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.1.0.0 (11.1.0.8)

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