Arguments to a RoughFailoverEvent.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.1.0.0 (11.1.0.8)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class RoughFailoverEventArgs : EventArgs
Public Class RoughFailoverEventArgs _
	Inherits EventArgs
public ref class RoughFailoverEventArgs : public EventArgs

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Equals(Object) (Inherited from Object.)
FailedConnection
The connection that just failed.
GetHashCode()()()() (Inherited from Object.)
GetType()()()() (Inherited from Object.)
ToString()()()() (Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    StreamBase.LiveView.API..::..RoughFailoverEventArgs

See Also