Click or drag to resize

ParallelWorkBrokerSingletonQueueWorkOnBurstQueueT Method (FuncT)

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<T> QueueWorkOnBurstQueue<T>(
	Func<T> workToQueue
)

Parameters

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

Type Parameters

T
The type of the return value of the func to queue

Return Value

Type: TaskT
See Also