LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Interface IContextDeduplicator

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

    Properties

    FlushInterval

    Declaration
    TimeSpan? FlushInterval { get; }
    Property Value
    Type Description
    TimeSpan?

    Methods

    Flush()

    Declaration
    void Flush()

    ProcessContext(in Context)

    Declaration
    bool ProcessContext(in Context context)
    Parameters
    Type Name Description
    Context context
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX