Click or drag to resize

InputChannelInputStage Property

Gets the input stage of this channel.

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

Property Value

Type: StageConfiguration
The StageConfiguration of the input stage.

Implements

IInputChannelInputStage
See Also