Click or drag to resize
Akka.NETGraphStageLogicSubSourceOutletTPush Method
Push to this output port.

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public void Push(
	T elem
)

Parameters

elem
Type: T
TBD
See Also