SettingsObserverArguments Class  
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 class SettingsObserverArguments
	type SettingsObserverArguments = class
	Public Class SettingsObserverArguments
		- Inheritance
 - 
				SettingsObserverArguments
 
Constructors
| SettingsObserverArguments(ISettingsReader, JoinableTaskFactory, CancellationToken) | 
Properties
| DisposalToken | 
		 The cancellation token used to signal the owning package's disposal.  | 
        	
| JoinableTaskFactory | 
		 The joinable task factory to use for async operations.  | 
        	
| SettingsReader | 
		 The Unified Settings reader.  |