LaunchDarkly Dotnet Server SDK Telemetry Integration
Search Results for

    Show / Hide Table of Contents

    Interface IDataSourceStatusProvider

    Namespace: LaunchDarkly.Sdk.Server.Interfaces
    Assembly: LaunchDarkly.ServerSdk.dll
    Syntax
    public interface IDataSourceStatusProvider

    Properties

    Status

    Declaration
    DataSourceStatus Status { get; }
    Property Value
    Type Description
    DataSourceStatus

    Methods

    WaitFor(DataSourceState, TimeSpan)

    Declaration
    bool WaitFor(DataSourceState desiredState, TimeSpan timeout)
    Parameters
    Type Name Description
    DataSourceState desiredState
    TimeSpan timeout
    Returns
    Type Description
    bool

    WaitForAsync(DataSourceState, TimeSpan)

    Declaration
    Task<bool> WaitForAsync(DataSourceState desiredState, TimeSpan timeout)
    Parameters
    Type Name Description
    DataSourceState desiredState
    TimeSpan timeout
    Returns
    Type Description
    Task<bool>

    Events

    StatusChanged

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