Valid only if the current state is TRYING_TO_CONNECT. It is the number of tries since the last successful connect, or since startup if there has never been a successful connect to this server.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.1.0.0 (11.1.0.8)

Syntax

         
 C#  Visual Basic  Visual C++ 
int RetryCount { get; }
ReadOnly Property RetryCount As Integer
	Get
property int RetryCount {
	int get ();
}

Return Value

The number of tries since the last successful connect.

See Also