| JobConfigurationGetTotalTaskCount Method (String) |
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 int GetTotalTaskCount(
string compoundStageId
)
Public Function GetTotalTaskCount (
compoundStageId As String
) As Integer
public:
int GetTotalTaskCount(
String^ compoundStageId
)
member GetTotalTaskCount :
compoundStageId : string -> int
Parameters
- compoundStageId
- Type: SystemString
The compound stage ID.
Return Value
Type:
Int32The 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