LaunchDarkly Dotnet Server SDK
Search Results for

    Show / Hide Table of Contents

    Enum DataSourceState

    An enumeration of possible values for State.

    Namespace: LaunchDarkly.Sdk.Server.Interfaces
    Assembly: LaunchDarkly.ServerSdk.dll
    Syntax
    public enum DataSourceState

    Fields

    Name Description
    Initializing

    The initial state of the data source when the SDK is being initialized.

    Interrupted

    Indicates that the data source encountered an error that it will attempt to recover from.

    Off

    Indicates that the data source has been permanently shut down.

    Valid

    Indicates that the data source is currently operational and has not had any problems since the last time it received data.

    Extension Methods

    DataSourceStatusExtensions.Identifier(DataSourceState)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX