Class ConfigLayerBuilder
Builder class for making the configuration based Layer for use in the EnvironmentReporterBuilder.
Inherited Members
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 |