| MergePreferredT Constructor |
TBD
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public MergePreferred(
int secondaryPorts,
bool eagerClose = false
)
new :
secondaryPorts : int *
?eagerClose : bool
(* Defaults:
let _eagerClose = defaultArg eagerClose false
*)
-> MergePreferred
Parameters
- secondaryPorts
- Type: SystemInt32
TBD - eagerClose (Optional)
- Type: SystemBoolean
TBD
Exceptions Exception | Condition |
---|
ArgumentException |
This exception is thrown when the specified secondaryPorts is less than one.
|
See Also