ParallelWorkBrokerSingletonQueueWorkOnBurstQueueAndWait Method |
Queues all the work passed in on the burst queue to run all in parallel and waits for all of the created tasks to complete before returning.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Parallelization
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.10.0.0 (5.10.0)
Syntax public static void QueueWorkOnBurstQueueAndWait(
params Action[] workToQueue
)
Public Shared Sub QueueWorkOnBurstQueueAndWait (
ParamArray workToQueue As Action()
)
Parameters
- workToQueue
- Type: SystemAction
See Also