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: 2.2.8.5956 (2.2.8.5956)

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