CodeGenerationTaskBasePreExecuteRunQueue Method |
Called right before the runqueue is executed
Namespace:
SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public virtual void PreExecuteRunQueue(
IGenerator executingGenerator
)
Public Overridable Sub PreExecuteRunQueue (
executingGenerator As IGenerator
)
Parameters
- executingGenerator
- Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator.
See Also