Sdílet prostřednictvím


EnvironmentVariableService.UpdateEnvironmentVariablesAsync Method

Definition

public System.Threading.Tasks.Task UpdateEnvironmentVariablesAsync (System.Collections.Generic.IReadOnlyDictionary<string,string?>? updatedVariables, System.Threading.CancellationToken cancellationToken);
abstract member UpdateEnvironmentVariablesAsync : System.Collections.Generic.IReadOnlyDictionary<string, string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.UpdateEnvironmentVariablesAsync : System.Collections.Generic.IReadOnlyDictionary<string, string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function UpdateEnvironmentVariablesAsync (updatedVariables As IReadOnlyDictionary(Of String, String), cancellationToken As CancellationToken) As Task

Parameters

updatedVariables
IReadOnlyDictionary<String,String>
cancellationToken
CancellationToken

Returns

Implements

Applies to