The NullDispatcher type exposes the following members.

Constructors

  NameDescription
Public methodNullDispatcher
Initializes a new instance of the NullDispatcher class

Methods

  NameDescription
Protected methodCheckAccessLimitation (Overrides DispatcherBase..::..CheckAccessLimitation()()()().)
Public methodDispatch(Action)
Creates a new Task based upon the given action.
(Inherited from DispatcherBase.)
Public methodDispatch(Task)
Dispatches a given Task.
(Inherited from DispatcherBase.)
Public methodDispatch<(Of <<'(T>)>>)(Func<(Of <<'(T>)>>))
Creates a new Task based upon the given action.
(Inherited from DispatcherBase.)
Public methodDispose (Inherited from DispatcherBase.)
Protected methodReorderTasks (Inherited from DispatcherBase.)

Extension Methods

  NameDescription
Public Extension MethodRunAsync(String, array<Object>[]()[][])Overloaded.
Starts the given Method as async Task on the given TaskDistributor.
(Defined by ObjectExtension.)
Public Extension MethodRunAsync(String, TaskDistributor, array<Object>[]()[][])Overloaded.
Starts the given Method as async Task on the given TaskDistributor.
(Defined by ObjectExtension.)
Public Extension MethodRunAsync<(Of <<'(T>)>>)(String, array<Object>[]()[][])Overloaded.
Starts the given Method as async Task on the given TaskDistributor.
(Defined by ObjectExtension.)
Public Extension MethodRunAsync<(Of <<'(T>)>>)(String, TaskDistributor, array<Object>[]()[][])Overloaded.
Starts the given Method as async Task on the given TaskDistributor.
(Defined by ObjectExtension.)

Fields

  NameDescription
Public fieldAllowAccessLimitationChecks (Inherited from DispatcherBase.)
Protected fielddataEvent (Inherited from DispatcherBase.)
Public fieldStatic memberNull
Protected fieldtaskList (Inherited from DispatcherBase.)
Public fieldTaskSortingSystem
Set the task reordering system
(Inherited from DispatcherBase.)

Properties

  NameDescription
Public propertyTaskCount
Returns the currently existing task count. Early aborted tasks will count too.
(Inherited from DispatcherBase.)

See Also