Click or drag to resize
Akka.NETClosedShapeCopyFromPorts 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 zero or the size of the specified outlets array is zero.
See Also