IExperimentationService3.GetTreatmentVariablesAsync Method

Definition

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.

Applies to