|
AMPS C# Client
5.3.4.0
AMPS C# Client for .NET
|
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... | |
Provides data for the ConnectionStateChanged event.
Constants to represent the state of a connection.
|
inline |
Initializes a new instance of the ConnectionStateChangedEventArgs class using the specified connection state.
|
getset |
Property to hold the connection state for this event.