AMPS C# Client
5.3.3.4
AMPS C# Client for .NET
|
Public Types | |
enum class | ConnectionState { Disconnected , Shutdown , Connected , LoggedOn , PublishReplayed , HeartbeatInitiated , Resubscribed , UNKNOWN } |
Public Member Functions | |
ConnectionStateChangedEventArgs (ConnectionState newState) | |
Properties | |
ConnectionState | NewState [get, set] |
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.