Return the per-attempt timeout for establishing a socket connection to the engine.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function getConnectTimeout() As Integer
C#
public int getConnectTimeout()
C++
public:
 int getConnectTimeout() sealed 
J#
public int getConnectTimeout()
JScript
public  function getConnectTimeout() : int

Remarks

Measured in milli-seconds. Default is 120000 (2 minutes).

See Also