AMPS C# Client  5.3.5.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 class  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

◆ 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: