Microsoft.UI.Dispatching Namespace
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.
Enables a queue for tasks to execute in a serial fashion on a thread.
Classes
DispatcherExitDeferral |
Represents an object that your app can use to defer a DispatcherQueue from exiting. |
DispatcherQueue |
Manages a prioritized queue on which tasks execute in a serial fashion on a thread. |
DispatcherQueueController |
Manages the lifetime of a DispatcherQueue. |
DispatcherQueueShutdownStartingEventArgs |
Provides the arguments for the ShutdownStarting event. |
DispatcherQueueTimer |
Executes a task in a DispatcherQueue periodically after a time interval has elapsed. |
Enums
DispatcherQueuePriority |
Defines the priority levels that can be given to work assigned to a DispatcherQueue. |
DispatcherRunOptions |
Defines constants that specify options related to the quit message when running a message loop. |
Delegates
DispatcherQueueHandler |
A callback that will be executed on the DispatcherQueue thread. |