Click or drag to resize
Akka.NETFanInShapeTOutCopyFromPorts Method
TBD

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

Parameters

inlets
Type: ImmutableArrayInlet
TBD
outlets
Type: ImmutableArrayOutlet
TBD

Return Value

Type: Shape
TBD
Exceptions
ExceptionCondition
ArgumentExceptionTBD
See Also