Microsoft.UI.Dispatching Namespace

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.