Return the retry count for establishing a socket connection to the engine.


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

Syntax

Visual Basic (Declaration)
Public Function getConnectRetryCount() As Integer _
    Implements INetricsServerInterface.getConnectRetryCount
C#
public int getConnectRetryCount()
C++
public:
 int getConnectRetryCount() sealed 
J#
public int getConnectRetryCount()
JScript
public  function getConnectRetryCount() : int

Implements

INetricsServerInterface.getConnectRetryCount

Remarks

Default is 1.

See Also