Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

Name Description
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

Name Description
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

Name Description
DispatcherQueueHandler

A callback that will be executed on the DispatcherQueue thread.


Feedback

Was this page helpful?