Click or drag to resize

StageConfigurationChildStage Property

Gets or sets a child stage that will be connected to this stage's tasks via a PipelineOutputChannel.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public StageConfiguration ChildStage { get; set; }

Property Value

Type: StageConfiguration
See Also