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

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