AMPS C# Client  5.3.4.0
AMPS C# Client for .NET
AMPS.Client.Client.ConnectionStateChangedEventArgs Class Reference

Provides data for the ConnectionStateChanged event. More...

+ Inheritance diagram for AMPS.Client.Client.ConnectionStateChangedEventArgs:

Public Types

enum  ConnectionState {
  Disconnected, Shutdown, Connected, LoggedOn,
  PublishReplayed, HeartbeatInitiated, Resubscribed, UNKNOWN
}
 Constants to represent the state of a connection. More...
 

Public Member Functions

 ConnectionStateChangedEventArgs (ConnectionState newState)
 Initializes a new instance of the ConnectionStateChangedEventArgs class using the specified connection state. More...
 

Properties

ConnectionState NewState [get, set]
 Property to hold the connection state for this event. More...
 

Detailed Description

Provides data for the ConnectionStateChanged event.

Member Enumeration Documentation

Constants to represent the state of a connection.

Constructor & Destructor Documentation

AMPS.Client.Client.ConnectionStateChangedEventArgs.ConnectionStateChangedEventArgs ( ConnectionState  newState)
inline

Initializes a new instance of the ConnectionStateChangedEventArgs class using the specified connection state.

Property Documentation

ConnectionState AMPS.Client.Client.ConnectionStateChangedEventArgs.NewState
getset

Property to hold the connection state for this event.


The documentation for this class was generated from the following file: