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