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.10.0.0 (5.10.0)
Syntax public 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:
TaskSee Also