Click or drag to resize
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)
Syntax
public enum DispatchQueueType
Members
  Member nameValueDescription
Unknown0
ExternalDataLoadQueue1
ValidationQueue2
CodeGenerationQueue3
MetaDataWorkQueue4
AnalysisWorkQueue5
See Also