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.7.0.0 (5.7.0)
Syntaxpublic virtual void PreExecuteRunQueue(
	IGenerator executingGenerator
)
Public Overridable Sub PreExecuteRunQueue ( 
	executingGenerator As IGenerator
)
Parameters
- executingGenerator
 - Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator. 
See Also