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.8.0.0 (5.8.21.0208)
Syntaxpublic static Task QueueWorkOnBurstQueue(
	Action workToQueue
)
Public Shared Function QueueWorkOnBurstQueue ( 
	workToQueue As Action
) As Task
Parameters
- workToQueue
 - Type: SystemAction
the func which represents the work to queue on the burst queue 
Return Value
Type: 
Task
See Also