Click or drag to resize
Akka.NETMergePreferredT Constructor
TBD

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public MergePreferred(
	int secondaryPorts,
	bool eagerClose = false
)

Parameters

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