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


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

Syntax

Visual Basic (Declaration)
Public Sub setConnectRetryCount( _ 
   ByVal val As Integer _ 
)
C#
public void setConnectRetryCount(
   int val
)
C++
public:
 void setConnectRetryCount(
   int val
) sealed 
J#
public void setConnectRetryCount(
   int val
)
JScript
public  function setConnectRetryCount(
   val : int
)

Remarks

Default is 1. Do not set this value unless you're experiencing platform-specific socket issues.

See Also