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 methodQueueWorkT(FuncT, 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 methodQueueWorkT(FuncT, DispatchQueueType, FuncTaskT, T)
Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
Public methodQueueWorkT(FuncT, DispatchQueueType, CancellationToken)
Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
Public methodQueueWorkT(FuncT, 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 methodQueueWorkT(FuncT, DispatchQueueType, CancellationToken, FuncTaskT, T)
Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
Public methodQueueWorkT(FuncT, 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.
Public methodQueueWorkT(FuncT, DispatchQueueType, CancellationToken, TaskCreationOptions, FuncTaskT, T)
Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
Top
See Also