The number of consecutive times the connection attempts has failed so far.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int FailureCount { get; private set; }
Public Property FailureCount As Integer
	Get
	Private Set
public:
property int FailureCount {
	int get ();
	private: void set (int value);
}

See Also