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.8.0.0 (5.8.21.0208)
Syntaxpublic static void QueueWorkOnBurstQueueAndWait(
	params Action[] workToQueue
)
Public Shared Sub QueueWorkOnBurstQueueAndWait ( 
	ParamArray workToQueue As Action()
)
Parameters
- workToQueue
 - Type: SystemAction
 
See Also