Click or drag to resize

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.6.0.0 (5.6.19.0117)
Syntax
public static void QueueWorkOnBurstQueueAndWait(
	params Action[] workToQueue
)

Parameters

workToQueue
Type: SystemAction
See Also