| SourceShapeTOutCopyFromPorts 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
)
abstract CopyFromPorts :
inlets : ImmutableArray<Inlet> *
outlets : ImmutableArray<Outlet> -> Shape
override CopyFromPorts :
inlets : ImmutableArray<Inlet> *
outlets : ImmutableArray<Outlet> -> Shape
Parameters
- inlets
- Type: ImmutableArrayInlet
TBD - outlets
- Type: ImmutableArrayOutlet
TBD
Return Value
Type:
ShapeTBD
Exceptions Exception | Condition |
---|
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