Arguments to a SmoothFailoverEvent.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.2.0.0 (11.2.1.1)
Syntax
| C# | Visual Basic | Visual C++ |
public class SmoothFailoverEventArgs : EventArgs
Public Class SmoothFailoverEventArgs _ Inherits EventArgs
public ref class SmoothFailoverEventArgs : public EventArgs
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| Equals(Object) | (Inherited from Object.) | |
| FailedConnection |
The connection that just failed.
| |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| NewConnection |
The new connection that just was just established to take over.
| |
| ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
StreamBase.LiveView.API..::..SmoothFailoverEventArgs
System..::..EventArgs
StreamBase.LiveView.API..::..SmoothFailoverEventArgs