LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Interface IComponentConfigurer<T>

    The common interface for SDK component factories and configuration builders. Applications should not need to implement this interface.

    Namespace: LaunchDarkly.Sdk.Client.Subsystems
    Assembly: LaunchDarkly.ClientSdk.dll
    Syntax
    public interface IComponentConfigurer<T>
    Type Parameters
    Name Description
    T

    the type of SDK component or configuration object being constructed

    Methods

    | Edit this page View Source

    Build(LdClientContext)

    Called internally by the SDK to create an implementation instance. Applications should not need to call this method.

    Declaration
    T Build(LdClientContext context)
    Parameters
    Type Name Description
    LdClientContext context

    provides configuration properties and other components from the current SDK client instance

    Returns
    Type Description
    T

    a instance of the component type

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX