LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Class DiagnosticConfigProperties

    Inheritance
    object
    DiagnosticConfigProperties
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LaunchDarkly.Sdk.Internal.Events
    Assembly: LaunchDarkly.InternalSdk.dll
    Syntax
    public static class DiagnosticConfigProperties

    Methods

    WithEventProperties(ObjectBuilder, EventsConfiguration, bool)

    Declaration
    public static LdValue.ObjectBuilder WithEventProperties(this LdValue.ObjectBuilder builder, EventsConfiguration config, bool customEventsBaseUri)
    Parameters
    Type Name Description
    LdValue.ObjectBuilder builder
    EventsConfiguration config
    bool customEventsBaseUri
    Returns
    Type Description
    LdValue.ObjectBuilder

    WithHttpProperties(ObjectBuilder, HttpProperties)

    Declaration
    public static LdValue.ObjectBuilder WithHttpProperties(this LdValue.ObjectBuilder builder, HttpProperties props)
    Parameters
    Type Name Description
    LdValue.ObjectBuilder builder
    HttpProperties props
    Returns
    Type Description
    LdValue.ObjectBuilder

    WithPollingProperties(ObjectBuilder, bool, TimeSpan)

    Declaration
    public static LdValue.ObjectBuilder WithPollingProperties(this LdValue.ObjectBuilder builder, bool customPollingBaseUri, TimeSpan pollingInterval)
    Parameters
    Type Name Description
    LdValue.ObjectBuilder builder
    bool customPollingBaseUri
    TimeSpan pollingInterval
    Returns
    Type Description
    LdValue.ObjectBuilder

    WithStartWaitTime(ObjectBuilder, TimeSpan)

    Declaration
    public static LdValue.ObjectBuilder WithStartWaitTime(this LdValue.ObjectBuilder builder, TimeSpan value)
    Parameters
    Type Name Description
    LdValue.ObjectBuilder builder
    TimeSpan value
    Returns
    Type Description
    LdValue.ObjectBuilder

    WithStreamingProperties(ObjectBuilder, bool, bool, TimeSpan)

    Declaration
    public static LdValue.ObjectBuilder WithStreamingProperties(this LdValue.ObjectBuilder builder, bool customStreamingBaseUri, bool customPollingBaseUri, TimeSpan initialReconnectDelay)
    Parameters
    Type Name Description
    LdValue.ObjectBuilder builder
    bool customStreamingBaseUri
    bool customPollingBaseUri
    TimeSpan initialReconnectDelay
    Returns
    Type Description
    LdValue.ObjectBuilder
    In this article
    Back to top Generated by DocFX