Click or drag to resize
Akka.NETConcatTIn, 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
)

Parameters

inputPorts (Optional)
Type: SystemInt32
TBD
Exceptions
ExceptionCondition
ArgumentException This exception is thrown when the specified inputPorts is less than or equal to one.
See Also