| 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.2.0.0 (5.2.17.0403)
Syntaxpublic enum DispatchQueueType
Public Enumeration DispatchQueueType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Unknown | 0 |  | 
 | ExternalDataLoadQueue | 1 |  | 
 | ValidationQueue | 2 |  | 
 | CodeGenerationQueue | 3 |  | 
 | MetaDataWorkQueue | 4 |  | 
 | AnalysisWorkQueue | 5 |  | 
See Also