Skip to main content

Avalonia.Threading Namespace

Classes

AvaloniaSynchronizationContextSynchronizationContext to be used on main thread
DispatcherProvides services for managing work items on a thread.
DispatcherEventArgsProvides event data for Dispatcher related events.
DispatcherFrameRepresentation of Dispatcher frame.
DispatcherOperation 
DispatcherOperation(T) 
DispatcherOptionsAppBuilder options for configuring the Dispatcher.
DispatcherPriorityAwaitable 
DispatcherPriorityAwaitable(T) 
DispatcherTimerA timer that is integrated into the Dispatcher queues, and will be processed after a given amount of time at a specified priority.
DispatcherUnhandledExceptionEventArgsProvides data for the UnhandledException event.
DispatcherUnhandledExceptionFilterEventArgsRepresents the method that will handle the UnhandledExceptionFilter event.

Structures

AvaloniaSynchronizationContext.RestoreContext 
Dispatcher.DispatcherProcessingDisabled 
DispatcherPriorityDefines the priorities with which jobs can be invoked on a Dispatcher.

Interfaces

IDispatcherDispatches jobs to a thread.

Delegates

DispatcherUnhandledExceptionEventHandlerRepresents the method that will handle the UnhandledException event.
DispatcherUnhandledExceptionFilterEventHandlerProvides data for the UnhandledExceptionFilter event.

Enumerations

DispatcherOperationStatus