ParallelWorkBrokerQueueWork Method |
Name | Description | |
---|---|---|
QueueWork(Action, DispatchQueueType) |
Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
| |
QueueWork(Action, DispatchQueueType, ActionTask) |
Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
| |
QueueWork(Action, DispatchQueueType, CancellationToken) |
Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
| |
QueueWork(Action, DispatchQueueType, TaskCreationOptions) |
Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
| |
QueueWork(Action, DispatchQueueType, CancellationToken, ActionTask) |
Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
| |
QueueWork(Action, DispatchQueueType, CancellationToken, TaskCreationOptions) |
Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
| |
QueueWork(Action, DispatchQueueType, CancellationToken, TaskCreationOptions, ActionTask) |
Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
|