LaunchDarkly Dotnet Server SDK
Search Results for

    Show / Hide Table of Contents

    Class HookConfiguration

    HookConfiguration represents the hooks that will be executed by the SDK at runtime.

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

    Constructors

    | Edit this page View Source

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

    Hooks

    Collection of hooks.

    Declaration
    public IEnumerable<Hook> Hooks { get; }
    Property Value
    Type Description
    IEnumerable<Hook>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX