Set the per-attempt timeout for establishing a socket connection to the engine.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub setConnectTimeout( _ ByVal val As Integer _ ) _ Implements INetricsServerInterface.setConnectTimeout |
| C# |
|---|
| public void setConnectTimeout( int val ) |
| C++ |
|---|
| public: void setConnectTimeout( int val ) sealed |
| J# |
|---|
| public void setConnectTimeout( int val ) |
| JScript |
|---|
| public
function setConnectTimeout( val : int ) |
Implements
INetricsServerInterface.setConnectTimeout
Remarks
Measured in milli-seconds. Default is 120000 (2 minutes). Do not set this value unless you're experiencing platform-specific socket issues.