LaunchDarkly Dotnet Server SDK Telemetry Integration
Search Results for

    Show / Hide Table of Contents

    Class HookConfiguration

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

    Constructors

    HookConfiguration(IEnumerable<Hook>)

    Declaration
    public HookConfiguration(IEnumerable<Hook> hooks)
    Parameters
    Type Name Description
    IEnumerable<Hook> hooks

    Properties

    Hooks

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