SettingsObserver.SubscribeToSettingsChangesAsync(CancellationToken) 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.
Subscribes to change notifications for the settings observer.
public System.Threading.Tasks.Task SubscribeToSettingsChangesAsync (System.Threading.CancellationToken token);
abstract member SubscribeToSettingsChangesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.SubscribeToSettingsChangesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function SubscribeToSettingsChangesAsync (token As CancellationToken) As Task
Parameters
- token
- CancellationToken
A cancellation token.