Click or drag to resize
Akka.NETGraphStageLogicSubSourceOutletTSource Property
Get the Source for this dynamic output port.

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IGraph<SourceShape<T>, NotUsed> Source { get; }

Property Value

Type: IGraphSourceShapeT, NotUsed
See Also