Class HookConfiguration
HookConfiguration represents the hooks that will be executed by the SDK at runtime.
Inherited Members
Namespace: LaunchDarkly.Sdk.Server.Subsystems
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public sealed class HookConfiguration
Constructors
| Edit this page View SourceHookConfiguration(IEnumerable<Hook>)
Constructs a new configuration from a collection of hooks.
Declaration
public HookConfiguration(IEnumerable<Hook> hooks)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Hook> | hooks | the collection of hooks |
Properties
| Edit this page View SourceHooks
Collection of hooks.
Declaration
public IEnumerable<Hook> Hooks { get; }
Property Value
Type | Description |
---|---|
IEnumerable<Hook> |