AMPS C# Client  5.3.3.4
AMPS C# Client for .NET
AMPS.Client.Client.ConnectionStateChangedEventArgs Class Reference
+ Inheritance diagram for AMPS.Client.Client.ConnectionStateChangedEventArgs:

Public Types

enum class  ConnectionState {
  Disconnected , Shutdown , Connected , LoggedOn ,
  PublishReplayed , HeartbeatInitiated , Resubscribed , UNKNOWN
}
 

Public Member Functions

 ConnectionStateChangedEventArgs (ConnectionState newState)
 

Properties

ConnectionState NewState [get, set]
 

Detailed Description

Provides data for the ConnectionStateChanged event.

Member Enumeration Documentation

◆ ConnectionState

Constants to represent the state of a connection.

Constructor & Destructor Documentation

◆ ConnectionStateChangedEventArgs()

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

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

Property Documentation

◆ NewState

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: