Click or drag to resize

JobConfigurationGetStage Method

Gets the root stage with the specified ID.

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

Parameters

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

Return Value

Type: StageConfiguration
The StageConfiguration for the stage, or if no stage with that ID exists.
See Also