Click or drag to resize

JobConfigurationGetTotalTaskCount(String) Method

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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public int GetTotalTaskCount(
	string compoundStageId
)

Parameters

compoundStageId  String
The compound stage ID.

Return Value

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