Click or drag to resize
Akka.NETFanInShape<TOut>.InitPorts Constructor
TBD

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public InitPorts(
	Outlet<TOut> outlet,
	IEnumerable<Inlet> inlets
)

Parameters

outlet
Type: Akka.Streams.Outlet<TOut>
TBD
inlets
Type: System.Collections.Generic.IEnumerable<Inlet>
TBD
See Also