Arguments to a ReconnectFailedEvent.

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

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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FailedConnection
The connection that just failed.
FailureCount
The number of consecutive times the connection attempts has failed so far.
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)

Inheritance Hierarchy

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

See Also