The number of consecutive times the connection attempts has failed so far.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.1.0.0 (11.1.1.1)
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); }