Click or drag to resize
Akka.NETSourceShape<TOut>.CopyFromPorts Method
TBD

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

Parameters

inlets
Type: ImmutableArray<Inlet>
TBD
outlets
Type: ImmutableArray<Outlet>
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 one.
See Also