LaunchDarkly Dotnet Server SDK
Search Results for

    Show / Hide Table of Contents

    Class HookMetadata

    HookMetadata contains information related to a Hook which can be inspected by the SDK, or within a hook stage.

    Inheritance
    object
    HookMetadata
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: LaunchDarkly.Sdk.Server.Hooks
    Assembly: LaunchDarkly.ServerSdk.dll
    Syntax
    public sealed class HookMetadata

    Constructors

    | Edit this page View Source

    HookMetadata(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 Source

    Name

    Returns the name of the hook.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX