Click or drag to resize
GeneratorSetCallBacks Method
Sets the call backs to use for this generator

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void SetCallBacks(
	Dictionary<ProgressCallBack, Object> callBacks
)

Parameters

callBacks
Type: System.Collections.GenericDictionaryProgressCallBack, Object
The call backs.

Implements

IGeneratorSetCallBacks(DictionaryProgressCallBack, Object)
See Also