| RoundRobinRoutingLogic Constructor (Int32) |
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public RoundRobinRoutingLogic(
int next
)
new :
next : int -> RoundRobinRoutingLogic
Parameters
- next
- Type: SystemInt32
The index to use when starting the selection process. Note that it will start at (next + 1).
See Also