LaunchDarkly Dotnet Server SDK Telemetry Integration
Search Results for

    Show / Hide Table of Contents

    Class SeriesDataBuilder

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

    Constructors

    SeriesDataBuilder()

    Declaration
    public SeriesDataBuilder()

    SeriesDataBuilder(ImmutableDictionary<string, object>)

    Declaration
    public SeriesDataBuilder(ImmutableDictionary<string, object> dictionary)
    Parameters
    Type Name Description
    ImmutableDictionary<string, object> dictionary

    Methods

    Build()

    Declaration
    public ImmutableDictionary<string, object> Build()
    Returns
    Type Description
    ImmutableDictionary<string, object>

    Set(string, object)

    Declaration
    public SeriesDataBuilder Set(string key, object value)
    Parameters
    Type Name Description
    string key
    object value
    Returns
    Type Description
    SeriesDataBuilder
    In this article
    Back to top Generated by DocFX