Click or drag to resize

JobConfigurationGetPipelinedStages Method

Gets all stages in a compound stage ID.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public IList<StageConfiguration> GetPipelinedStages(
	string compoundStageId
)

Parameters

compoundStageId
Type: SystemString
The compound stage ID.

Return Value

Type: IListStageConfiguration
A list of all StageConfiguration instances for the stages, or if any of the components of the compound stage ID could not be found.
See Also