system.util.getConnectTimeout
Description
Returns the connect timeout in milliseconds for all client-to-gateway communication. This is the maximum amount of time that communication operations to the Gateway will be given to connect. The default is 10,000ms (10 seconds).
Syntax
system.util. getConnectTimeout()
-
Parameters
none
-
Returns
int - The current connect timeout, in milliseconds. Default is 10,000 (ten seconds)
-
Scope
Client
Code Examples
Code Snippet
# This code would print out the current connect timeout
print
system.util.getConnectTimeout()