Interface IEventSource
Assembly: LaunchDarkly.EventSource.dll
Syntax
public interface IEventSource
Properties
ReadyState
Declaration
ReadyState ReadyState { get; }
Property Value
Methods
Close()
Declaration
Restart(bool)
Declaration
void Restart(bool resetBackoffDelay)
Parameters
Type |
Name |
Description |
bool |
resetBackoffDelay |
|
StartAsync()
Declaration
Returns
Events
Closed
Declaration
event EventHandler<StateChangedEventArgs> Closed
Event Type
Declaration
event EventHandler<CommentReceivedEventArgs> CommentReceived
Event Type
Error
Declaration
event EventHandler<ExceptionEventArgs> Error
Event Type
MessageReceived
Declaration
event EventHandler<MessageReceivedEventArgs> MessageReceived
Event Type
Opened
Declaration
event EventHandler<StateChangedEventArgs> Opened
Event Type