Share via


ExperimentationService.GetCachedTreatmentVariables(String) Method

Definition

Get config data for experiments. Fast and cheap method. Read information from the local storage. Can be used on a startup.

public:
 virtual System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ GetCachedTreatmentVariables(System::String ^ configId);
public System.Collections.Generic.IDictionary<string,object> GetCachedTreatmentVariables (string configId);
abstract member GetCachedTreatmentVariables : string -> System.Collections.Generic.IDictionary<string, obj>
override this.GetCachedTreatmentVariables : string -> System.Collections.Generic.IDictionary<string, obj>
Public Function GetCachedTreatmentVariables (configId As String) As IDictionary(Of String, Object)

Parameters

configId
String

Configuration Id (case sensitive) for a set of Treatment Variables

Returns

Dictionary of treatment variables.

Implements

Applies to