LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Interface IDiagnosticStore

    Namespace: LaunchDarkly.Sdk.Internal.Events
    Assembly: LaunchDarkly.InternalSdk.dll
    Syntax
    public interface IDiagnosticStore

    Properties

    DataSince

    Declaration
    DateTime DataSince { get; }
    Property Value
    Type Description
    DateTime

    InitEvent

    Declaration
    DiagnosticEvent? InitEvent { get; }
    Property Value
    Type Description
    DiagnosticEvent?

    PersistedUnsentEvent

    Declaration
    DiagnosticEvent? PersistedUnsentEvent { get; }
    Property Value
    Type Description
    DiagnosticEvent?

    Methods

    AddStreamInit(DateTime, TimeSpan, bool)

    Declaration
    void AddStreamInit(DateTime timestamp, TimeSpan duration, bool failed)
    Parameters
    Type Name Description
    DateTime timestamp
    TimeSpan duration
    bool failed

    CreateEventAndReset()

    Declaration
    DiagnosticEvent CreateEventAndReset()
    Returns
    Type Description
    DiagnosticEvent

    IncrementDeduplicatedUsers()

    Declaration
    void IncrementDeduplicatedUsers()

    IncrementDroppedEvents()

    Declaration
    void IncrementDroppedEvents()

    RecordEventsInBatch(long)

    Declaration
    void RecordEventsInBatch(long eventsInBatch)
    Parameters
    Type Name Description
    long eventsInBatch
    In this article
    Back to top Generated by DocFX