Arguments to a SmoothFailoverEvent.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.6.2.5 (10.6.2.5)
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) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| FailedConnection |
The connection that just failed.
| |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| NewConnection |
The new connection that just was just established to take over.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
StreamBase.LiveView.API..::..SmoothFailoverEventArgs
System..::..EventArgs
StreamBase.LiveView.API..::..SmoothFailoverEventArgs