Click or drag to resize
ParallelWorkBrokerQueueWork Method
Overload List
  NameDescription
Public methodQueueWork(Action, DispatchQueueType)
Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
Public methodQueueWork(Action, DispatchQueueType, ActionTask)
Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
Public methodQueueWork(Action, DispatchQueueType, CancellationToken)
Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
Public methodQueueWork(Action, DispatchQueueType, TaskCreationOptions)
Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
Public methodQueueWork(Action, DispatchQueueType, CancellationToken, ActionTask)
Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
Public methodQueueWork(Action, DispatchQueueType, CancellationToken, TaskCreationOptions)
Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
Public methodQueueWork(Action, DispatchQueueType, CancellationToken, TaskCreationOptions, ActionTask)
Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
Top
See Also