LaunchDarkly Dotnet Server SDK Telemetry Integration
Search Results for

    Show / Hide Table of Contents

    Class EvaluationSeriesContext

    Inheritance
    object
    EvaluationSeriesContext
    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 EvaluationSeriesContext

    Constructors

    EvaluationSeriesContext(string, Context, LdValue, string, string)

    Declaration
    public EvaluationSeriesContext(string flagKey, Context context, LdValue defaultValue, string method, string environmentId = null)
    Parameters
    Type Name Description
    string flagKey
    Context context
    LdValue defaultValue
    string method
    string environmentId

    Properties

    Context

    Declaration
    public Context Context { get; }
    Property Value
    Type Description
    Context

    DefaultValue

    Declaration
    public LdValue DefaultValue { get; }
    Property Value
    Type Description
    LdValue

    EnvironmentId

    Declaration
    public string EnvironmentId { get; }
    Property Value
    Type Description
    string

    FlagKey

    Declaration
    public string FlagKey { get; }
    Property Value
    Type Description
    string

    Method

    Declaration
    public string Method { get; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX