| SmallestMailboxRoutingLogic Constructor (Int32) |
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public SmallestMailboxRoutingLogic(
int next
)
new :
next : int -> SmallestMailboxRoutingLogic
Parameters
- next
- Type: SystemInt32
Seed value used in the fallback selection process.
See Also