Click or drag to resize

JobConfigurationGetStageWithCompoundId Method

Gets the stage with the specified compound stage ID.

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

Parameters

compoundStageId
Type: SystemString
The compound stage ID.

Return Value

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