| ConcatTIn, TOut Constructor |
TBD
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Concat(
int inputPorts = 2
)
new :
?inputPorts : int
(* Defaults:
let _inputPorts = defaultArg inputPorts 2
*)
-> Concat
Parameters
- inputPorts (Optional)
- Type: SystemInt32
TBD
Exceptions Exception | Condition |
---|
ArgumentException |
This exception is thrown when the specified inputPorts is less than or equal to one.
|
See Also