Click or drag to resize

JobConfigurationGetExplicitDependenciesForStage Method

Gets the stages that the specified stage explicitly depends on.

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

Parameters

stageId
Type: SystemString
The stage ID of the stage whose dependencies to retrieve.

Return Value

Type: IEnumerableStageConfiguration
A list of root stages that have the specified stageId listed in their Leaf child stage's DependentStages collection.
See Also