The DispatcherBase type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DispatcherBase | Initializes a new instance of the DispatcherBase class |
Methods
| Name | Description | |
|---|---|---|
| CheckAccessLimitation | ||
| Dispatch(Action) |
Creates a new Task based upon the given action.
| |
| Dispatch(Task) |
Dispatches a given Task.
| |
| Dispatch<(Of <<'(T>)>>)(Func<(Of <<'(T>)>>)) |
Creates a new Task based upon the given action.
| |
| Dispose | Releases all resources used by the DispatcherBase | |
| ReorderTasks |
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 | ||
| dataEvent | ||
| taskList | ||
| TaskSortingSystem |
Set the task reordering system
|
Properties
| Name | Description | |
|---|---|---|
| TaskCount |
Returns the currently existing task count. Early aborted tasks will count too.
|