Class HookMetadata
HookMetadata contains information related to a Hook which can be inspected by the SDK, or within a hook stage.
Inherited Members
Namespace: LaunchDarkly.Sdk.Server.Hooks
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public sealed class HookMetadata
Constructors
| Edit this page View SourceHookMetadata(string)
Constructs a new HookMetadata with the given hook name.
Declaration
public HookMetadata(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | name of the hook. May be used in logs by the SDK |
Properties
| Edit this page View SourceName
Returns the name of the hook.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |