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.3.0.0 (5.3.0)
Syntax
public static class ParallelWorkBrokerSingleton

The ParallelWorkBrokerSingleton type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetInstance
Gets the singleton instance.
Top
See Also