Overload List
| Name | Description | |
|---|---|---|
| Dispatch(Action) |
Creates a new Task for the target Dispatcher (default: the main Dispatcher) based upon the given action.
| |
| Dispatch<(Of <<'(T>)>>)(Func<(Of <<'(T>)>>)) |
Creates a new Task for the target Dispatcher (default: the main Dispatcher) based upon the given function.
| |
| Dispatch(Task) |
Dispatches the given task to the target Dispatcher (default: the main Dispatcher).
|