Click or drag to resize

StageConfigurationGetNamedChildStage Method

Gets a child stage of this stage.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public StageConfiguration GetNamedChildStage(
	string childStageId
)

Parameters

childStageId
Type: SystemString
The child stage ID.

Return Value

Type: StageConfiguration
The StageConfiguration for the child stage, or if no stage with the specified name exists.
See Also