LaunchDarkly Dotnet Server SDK
Search Results for

    Show / Hide Table of Contents

    Interface IEventSource

    Namespace: LaunchDarkly.EventSource
    Assembly: LaunchDarkly.EventSource.dll
    Syntax
    public interface IEventSource

    Properties

    ReadyState

    Declaration
    ReadyState ReadyState { get; }
    Property Value
    Type Description
    ReadyState

    Methods

    Close()

    Declaration
    void Close()

    Restart(bool)

    Declaration
    void Restart(bool resetBackoffDelay)
    Parameters
    Type Name Description
    bool resetBackoffDelay

    StartAsync()

    Declaration
    Task StartAsync()
    Returns
    Type Description
    Task

    Events

    Closed

    Declaration
    event EventHandler<StateChangedEventArgs> Closed
    Event Type
    Type Description
    EventHandler<StateChangedEventArgs>

    CommentReceived

    Declaration
    event EventHandler<CommentReceivedEventArgs> CommentReceived
    Event Type
    Type Description
    EventHandler<CommentReceivedEventArgs>

    Error

    Declaration
    event EventHandler<ExceptionEventArgs> Error
    Event Type
    Type Description
    EventHandler<ExceptionEventArgs>

    MessageReceived

    Declaration
    event EventHandler<MessageReceivedEventArgs> MessageReceived
    Event Type
    Type Description
    EventHandler<MessageReceivedEventArgs>

    Opened

    Declaration
    event EventHandler<StateChangedEventArgs> Opened
    Event Type
    Type Description
    EventHandler<StateChangedEventArgs>
    In this article
    Back to top Generated by DocFX