Click or drag to resize
Akka.NETUniformFanOutShape<TIn, TOut>.Out Method
TBD

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Outlet<TOut> Out(
	int n
)

Parameters

n
Type: System.Int32
TBD

Return Value

Type: Outlet<TOut>
TBD
See Also