DispatchQueueType Enumeration |
Enum which is used to specify on which queue has to dispatch a task.
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public enum DispatchQueueType
Public Enumeration DispatchQueueType
Members
| Member name | Value | Description |
---|
| Unknown | 0 | |
| ExternalDataLoadQueue | 1 | |
| ValidationQueue | 2 | |
| CodeGenerationQueue | 3 | |
| MetaDataWorkQueue | 4 | |
| AnalysisWorkQueue | 5 | |
| BurstWorkQueue | 6 | |
See Also