|
|
|
|
|
HCS.Timeout (Variable) In french: HCS.DélaiReponse
Available only with this kind of connection
The HCS.Timeout variable is used to modify the connection timeout: - for the connections established by HOpenConnection.
- for the automatic connection openings.
Note The variable HCS.ResponseTime variable is not taken into account for server accesses other than the. A request whose execution is longer than the value specified in the HCS.Timeout variable would not be interrupted for example.. This timeout must be specified in the client application, before opening a connection on the server. Syntax <Value>: Integer constant, Integer or Duration Value of connection timeout. Corresponds to a timeout in milliseconds (greater than 500) or to one of the following preset constants: | | Internet | Response waiting time (TimeOut) used for connection: Value adapted to Internet use (long response waiting time) | Intranet | Response waiting time (TimeOut) used for connection: Value suitable for Intranet use (low response waiting time) |
This parameter can correspond to: - an integer representing the number of milliseconds,
- a Duration variable,
- the duration in a readable format (e.g., '1s' or '10ms').
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|