Arguments to a ReconnectFailedEvent.
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 class ReconnectFailedEventArgs : EventArgs
Public Class ReconnectFailedEventArgs _ Inherits EventArgs
public ref class ReconnectFailedEventArgs : public EventArgs
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| Equals(Object) | (Inherited from Object.) | |
| FailedConnection |
The connection that just failed.
| |
| FailureCount |
The number of consecutive times the connection attempts has failed so far.
| |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
StreamBase.LiveView.API..::..ReconnectFailedEventArgs
System..::..EventArgs
StreamBase.LiveView.API..::..ReconnectFailedEventArgs