Click or drag to resize

ITaskGroupGetNumberOfStepsToPerform Method

Gets the number of steps to perform. This can be different from the number of tasks as a taskgroup might be executed multiple times.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
int GetNumberOfStepsToPerform(
	IGenerator executingGenerator
)

Parameters

executingGenerator
Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator.

Return Value

Type: Int32
See Also