Overload List

  NameDescription
Public methodDispatch(Action)
Creates a new Task for the target Dispatcher (default: the main Dispatcher) based upon the given action.
(Inherited from ThreadBase.)
Public methodDispatch<(Of <<'(T>)>>)(Func<(Of <<'(T>)>>))
Creates a new Task for the target Dispatcher (default: the main Dispatcher) based upon the given function.
(Inherited from ThreadBase.)
Public methodDispatch(Task)
Dispatches the given task to the target Dispatcher (default: the main Dispatcher).
(Inherited from ThreadBase.)

See Also