IDispatcher Interface
Dispatches jobs to a thread.
Namespace: Avalonia.ThreadingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public interface IDispatcher
Public Interface IDispatcher
type IDispatcher = interface end
| CheckAccess |
Determines whether the calling thread is the thread associated with this IDispatcher.
|
| Post(Action, DispatcherPriority) |
Posts an action that will be invoked on the dispatcher thread.
|
| VerifyAccess |
Throws an exception if the calling thread is not the thread associated with this IDispatcher.
|