EnvironmentVariableService Class

Definition

public sealed class EnvironmentVariableService : IDisposable, Microsoft.VisualStudio.RpcContracts.EnvironmentVariables.IEnvironmentVariableService
type EnvironmentVariableService = class
    interface IEnvironmentVariableService
    interface IDisposable
Public NotInheritable Class EnvironmentVariableService
Implements IDisposable, IEnvironmentVariableService
Inheritance
EnvironmentVariableService
Implements

Constructors

EnvironmentVariableService(EnvironmentVariableServiceState)

Methods

Dispose()
RefreshEnvironmentVariablesAsync(CancellationToken)
SubscribeAsync(IObserver<IReadOnlyDictionary<String,String>>, CancellationToken)
UpdateEnvironmentVariablesAsync(IReadOnlyDictionary<String,String>, CancellationToken)

Applies to