ParallelWorkBroker Class | 
Namespace: SD.LLBLGen.Pro.ApplicationCore.Parallelization
The ParallelWorkBroker type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| Pause | 
            Pauses this instance. Any work queued after this call is ignored. 
              | |
| QueueWork(Action, DispatchQueueType) | 
            Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
              | |
| QueueWork(Action, DispatchQueueType, ActionTask) | 
            Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
              | |
| QueueWork(Action, DispatchQueueType, CancellationToken) | 
            Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
              | |
| QueueWork(Action, DispatchQueueType, TaskCreationOptions) | 
            Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
              | |
| QueueWork(Action, DispatchQueueType, CancellationToken, ActionTask) | 
            Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
              | |
| QueueWork(Action, DispatchQueueType, CancellationToken, TaskCreationOptions) | 
            Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
              | |
| QueueWork(Action, DispatchQueueType, CancellationToken, TaskCreationOptions, ActionTask) | 
            Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
              | |
| QueueWorkT(FuncT, DispatchQueueType) | 
            Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
              | |
| QueueWorkT(FuncT, DispatchQueueType, FuncTaskT, T) | 
            Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
              | |
| QueueWorkT(FuncT, DispatchQueueType, CancellationToken) | 
            Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
              | |
| QueueWorkT(FuncT, DispatchQueueType, TaskCreationOptions) | 
            Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
              | |
| QueueWorkT(FuncT, DispatchQueueType, CancellationToken, FuncTaskT, T) | 
            Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
              | |
| QueueWorkT(FuncT, DispatchQueueType, CancellationToken, TaskCreationOptions) | 
            Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
              | |
| QueueWorkT(FuncT, DispatchQueueType, CancellationToken, TaskCreationOptions, FuncTaskT, T) | 
            Queues the work specified in the form of the func workToQueueFunc, on the queue specified.
              | |
| Resume | 
            Resumes this instance. Any work queued after this call is processed
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |