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