EnvironmentVariableService.UpdateEnvironmentVariablesAsync 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.
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