WSTimeout
- Last Updated: March 6, 2025
- 1 minute read
- Hybrid Data Pipeline
- Version 4.6
- Documentation
Purpose
Specifies the time, in milliseconds, that the driver waits for a response to a Web service request.
Valid Values
0 | x
where:
- x
- is a positive integer that defines the time in milliseconds the driver waits for a response to a Web service request.
Behavior
If set to 0, the driver waits indefinitely for a response; there is no timeout.
If set to x, the driver uses the value as the default timeout for any statement created by the connection.
If a Select request times out and WSRetryCount is set to retry timed-out requests, the driver retries the request the specified number of times.
Default
12000 (milliseconds)
Data Type
int