| ShapeCopyFromPorts Method |
Create a copy of this Shape object, returning the same type as the
original but containing the ports given within the passed-in Shape.
Namespace:
Akka.Streams
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public abstract Shape CopyFromPorts(
ImmutableArray<Inlet> inlets,
ImmutableArray<Outlet> outlets
)
abstract CopyFromPorts :
inlets : ImmutableArray<Inlet> *
outlets : ImmutableArray<Outlet> -> Shape
Parameters
- inlets
- Type: ImmutableArrayInlet
TBD - outlets
- Type: ImmutableArrayOutlet
TBD
Return Value
Type:
ShapeTBD
See Also