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.0.0.0 (5.0.0)
Syntax
public enum DispatchQueueType
Members
  Member nameValueDescription
Unknown0
ExternalDataLoadQueue1
ValidationQueue2
CodeGenerationQueue3
MetaDataWorkQueue4
See Also