| Invoke(Action) | Executes the specified Action synchronously on the thread that the Dispatcher was created on. |
| Invoke(Action, DispatcherPriority) | Executes the specified Action synchronously on the thread that the Dispatcher was created on. |
| Invoke(Action, DispatcherPriority, CancellationToken) | Executes the specified Action synchronously on the thread that the Dispatcher was created on. |
| Invoke(Action, DispatcherPriority, CancellationToken, TimeSpan) | Executes the specified Action synchronously on the thread that the Dispatcher was created on. |
| InvokeTResult(FuncTResult) | Executes the specified Func<TResult> synchronously on the thread that the Dispatcher was created on. |
| InvokeTResult(FuncTResult, DispatcherPriority) | Executes the specified Func<TResult> synchronously on the thread that the Dispatcher was created on. |
| InvokeTResult(FuncTResult, DispatcherPriority, CancellationToken) | Executes the specified Func<TResult> synchronously on the thread that the Dispatcher was created on. |
| InvokeTResult(FuncTResult, DispatcherPriority, CancellationToken, TimeSpan) | Executes the specified Func<TResult> synchronously on the thread that the Dispatcher was created on. |