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: 10.6.0.2 (10.6.0.2)
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); }