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

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

In This Article
Back to top Generated by DocFX