ParallelWorkBrokerQueueWork Method | 
| Name | Description | |
|---|---|---|
| QueueWork(Action, DispatchQueueType) | 
            Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
              | |
| QueueWorkT(FuncT, 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.
              | |
| QueueWorkT(FuncT, DispatchQueueType, FuncTaskT, T) | 
            Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
              | |
| QueueWorkT(FuncT, DispatchQueueType, CancellationToken) | 
            Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
              | |
| QueueWorkT(FuncT, 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.
              | |
| QueueWorkT(FuncT, DispatchQueueType, CancellationToken, FuncTaskT, T) | 
            Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
              | |
| QueueWorkT(FuncT, 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.
              | |
| QueueWorkT(FuncT, DispatchQueueType, CancellationToken, TaskCreationOptions, FuncTaskT, T) | 
            Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
              |