IExperimentationService3.GetTreatmentVariablesAsync 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. If request is in the progress wait.
public:
System::Threading::Tasks::Task<System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^> ^ GetTreatmentVariablesAsync(System::String ^ configId, System::Threading::CancellationToken token);
public System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<string,object>> GetTreatmentVariablesAsync (string configId, System.Threading.CancellationToken token);
abstract member GetTreatmentVariablesAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<string, obj>>
Public Function GetTreatmentVariablesAsync (configId As String, token As CancellationToken) As Task(Of IDictionary(Of String, Object))
Parameters
- configId
- String
Interesting configutation Id (case sensitive)
- token
- CancellationToken
cancellation token to interrupt process
Returns
Dictionary of treatment variables.