LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Class ConfigLayerBuilder

    Builder class for making the configuration based Layer for use in the EnvironmentReporterBuilder.

    Inheritance
    object
    ConfigLayerBuilder
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LaunchDarkly.Sdk.EnvReporting
    Assembly: LaunchDarkly.CommonSdk.dll
    Syntax
    public class ConfigLayerBuilder

    Constructors

    ConfigLayerBuilder()

    Declaration
    public ConfigLayerBuilder()

    Methods

    Build()

    Builds the Layer

    Declaration
    public Layer Build()
    Returns
    Type Description
    Layer

    the layer

    SetAppInfo(ApplicationInfo)

    Declaration
    public ConfigLayerBuilder SetAppInfo(ApplicationInfo info)
    Parameters
    Type Name Description
    ApplicationInfo info

    the application info that will be used by this layer when built.

    Returns
    Type Description
    ConfigLayerBuilder
    In this article
    Back to top Generated by DocFX