ExperimentationService.GetCachedTreatmentVariables(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.