Table of Contents

Namespace Alternet.UI.Threading

Classes

DispatcherFrame

Representation of Dispatcher frame.

DispatcherObject

A DispatcherObject is an object associated with a Dispatcher. A DispatcherObject instance should only be access by the dispatcher's thread.

Structs

DispatcherPriorityAwaitable

A simple awaitable type that will return a DispatcherPriorityAwaiter.

DispatcherPriorityAwaiter

A simple awaiter type that will queue the continuation to a dispatcher at a specific priority.

DispatcherProcessingDisabled

A structure that allows for dispatcher processing to be enabled after a call to Dispatcher.DisableProcessing.

Enums

DispatcherOperationStatus

An enunmeration describing the status of a DispatcherOperation.

DispatcherPriority

An enunmeration describing the priorities at which operations can be invoked via the Dispatcher.

Delegates

DispatcherOperationCallback

A convenient delegate to use for dispatcher operations.