LaunchDarkly Dotnet Server SDK Telemetry Integration
Search Results for

    Show / Hide Table of Contents

    Interface IDataStoreStatusProvider

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

    Properties

    Status

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

    StatusMonitoringEnabled

    Declaration
    bool StatusMonitoringEnabled { get; }
    Property Value
    Type Description
    bool

    Events

    StatusChanged

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