Click or drag to resize

ParallelWorkBrokerSingleton Class

Singleton for brokering work that is meant to be run in parallel on one of the dispatch queues created by this instance.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.ParallelizationParallelWorkBrokerSingleton

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)
Syntax
public static class ParallelWorkBrokerSingleton

The ParallelWorkBrokerSingleton type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetInstance
Gets the singleton instance.
Public methodStatic memberQueueWorkOnBurstQueue(Action)
Helper method to quickly queue work on the burst queue.
Public methodStatic memberQueueWorkOnBurstQueueT(FuncT)
Helper method to quickly queue work on the burst queue.
Public methodStatic memberQueueWorkOnBurstQueueAndWait
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.
Public methodStatic memberQueueWorkOnExternalLoadQueue
Helper method to quickly queue work on the external load queue.
Top
See Also