WsSetTimeout
The timeout value specified with this action will be used for all subsequent requests to web services.
Syntax
bool WsSetTimeout (int timeout)
Parameters
- timeout
- Timeout value in milliseconds.
Returns:
True, if the action succeeds. Otherwise, False.Level
All levels.Details
If no timeout value is specified, the default value of 60000 (60 seconds) is used.Example
WsSetTimeout(120000)