Click or drag to resize

ParallelWorkBrokerSingletonQueueWorkOnBurstQueue Method (Action)

Helper method to quickly queue work on the burst queue.

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 Task QueueWorkOnBurstQueue(
	Action workToQueue
)

Parameters

workToQueue
Type: SystemAction
the func which represents the work to queue on the burst queue

Return Value

Type: Task
See Also