Class StateChangedEventArgs
Provides data for the state of the EventSource connection.
Inherited Members
Namespace: LaunchDarkly.EventSource
Assembly: LaunchDarkly.EventSource.dll
Syntax
public class StateChangedEventArgs : EventArgs
Constructors
StateChangedEventArgs(ReadyState)
Initializes a new instance of the StateChangedEventArgs class.
Declaration
public StateChangedEventArgs(ReadyState readyState)
Parameters
Type | Name | Description |
---|---|---|
ReadyState | readyState | One of the ReadyState values, which represents the state of the EventSource connection. |
Properties
ReadyState
Gets the state of the EventSource connection.
Declaration
public ReadyState ReadyState { get; }
Property Value
Type | Description |
---|---|
ReadyState | One of the ReadyState values, which represents the state of the EventSource connection. |