Click or drag to resize

JobConfigurationGetTotalTaskCount Method (IListStageConfiguration, Int32)

Gets the total number of tasks in a particular child stage.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public static int GetTotalTaskCount(
	IList<StageConfiguration> stages,
	int start
)

Parameters

stages
Type: System.Collections.GenericIListStageConfiguration
A list of pipelined stages, as returned by GetPipelinedStages(String).
start
Type: SystemInt32
The index in stages at which to start.

Return Value

Type: Int32
The number of tasks that will be created for the pipelined stages, which is the product of the number of tasks in each stage in the compound ID.
See Also