The NullDispatcher type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | NullDispatcher | Initializes a new instance of the NullDispatcher class |
Methods
Name | Description | |
---|---|---|
![]() | CheckAccessLimitation | (Overrides DispatcherBase..::..CheckAccessLimitation()()()().) |
![]() | Dispatch(Action) |
Creates a new Task based upon the given action.
(Inherited from DispatcherBase.) |
![]() | Dispatch(Task) |
Dispatches a given Task.
(Inherited from DispatcherBase.) |
![]() | Dispatch<(Of <<'(T>)>>)(Func<(Of <<'(T>)>>)) |
Creates a new Task based upon the given action.
(Inherited from DispatcherBase.) |
![]() | Dispose | (Inherited from DispatcherBase.) |
![]() | ReorderTasks | (Inherited from DispatcherBase.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | RunAsync(String, array<Object>[]()[][]) | Overloaded.
Starts the given Method as async Task on the given TaskDistributor.
(Defined by ObjectExtension.) |
![]() | RunAsync(String, TaskDistributor, array<Object>[]()[][]) | Overloaded.
Starts the given Method as async Task on the given TaskDistributor.
(Defined by ObjectExtension.) |
![]() | RunAsync<(Of <<'(T>)>>)(String, array<Object>[]()[][]) | Overloaded.
Starts the given Method as async Task on the given TaskDistributor.
(Defined by ObjectExtension.) |
![]() | RunAsync<(Of <<'(T>)>>)(String, TaskDistributor, array<Object>[]()[][]) | Overloaded.
Starts the given Method as async Task on the given TaskDistributor.
(Defined by ObjectExtension.) |
Fields
Name | Description | |
---|---|---|
![]() | AllowAccessLimitationChecks | (Inherited from DispatcherBase.) |
![]() | dataEvent | (Inherited from DispatcherBase.) |
![]() ![]() | Null | |
![]() | taskList | (Inherited from DispatcherBase.) |
![]() | TaskSortingSystem |
Set the task reordering system
(Inherited from DispatcherBase.) |
Properties
Name | Description | |
---|---|---|
![]() | TaskCount |
Returns the currently existing task count. Early aborted tasks will count too.
(Inherited from DispatcherBase.) |