Class EvaluationSeriesContext
Inheritance
EvaluationSeriesContext
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public sealed class EvaluationSeriesContext
Constructors
EvaluationSeriesContext(string, Context, LdValue, string)
Declaration
public EvaluationSeriesContext(string flagKey, Context context, LdValue defaultValue, string method)
Parameters
Properties
Context
Declaration
public Context Context { get; }
Property Value
DefaultValue
Declaration
public LdValue DefaultValue { get; }
Property Value
FlagKey
Declaration
public string FlagKey { get; }
Property Value
Method
Declaration
public string Method { get; }
Property Value