Click or drag to resize

JobConfigurationGetInputStagesForStage Method

Gets the sending stages for the specified stage's input channel.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public IEnumerable<StageConfiguration> GetInputStagesForStage(
	string stageId
)

Parameters

stageId
Type: SystemString
The stage ID. This may not be a compound stage ID.

Return Value

Type: IEnumerableStageConfiguration
A list of stages whose OutputChannel is connected to the stage with the specified stageId, or an empty list if the specified stage does not have an input channel or does not exist.
See Also