IDispatcher Interface |
Namespace: Cauldron.XAML.Threading
public interface IDispatcher
The IDispatcher type exposes the following members.
| Name | Description | |
|---|---|---|
| HasThreadAccess |
Determines whether the calling thread has access to this IDispatcher |
| Name | Description | |
|---|---|---|
| RunAsync(Action) |
Executes the specified delegate asynchronously with the specified arguments, with
priority Normal, on the thread that the IDispatcher was created on.
| |
| RunAsync(DispatcherPriority, Action) |
Executes the specified delegate asynchronously with the specified arguments, at the
specified priority, on the thread that the IDispatcher was created on.
|