Click or drag to resize
Akka.NETMergeTIn, TOut Constructor
TBD

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Merge(
	int inputPorts,
	bool eagerComplete = false
)

Parameters

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