Click or drag to resize
Akka.NETFlowShapeTIn, TOutCopyFromPorts Method
TBD

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override Shape CopyFromPorts(
	ImmutableArray<Inlet> inlets,
	ImmutableArray<Outlet> outlets
)

Parameters

inlets
Type: ImmutableArrayInlet
TBD
outlets
Type: ImmutableArrayOutlet
TBD

Return Value

Type: Shape
TBD
Exceptions
ExceptionCondition
ArgumentException This exception is thrown when the size of the specified inlets array is one or the size of the specified outlets array is one.
See Also