| RoundRobinPool Constructor (Int32, Resizer) |
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public RoundRobinPool(
int nrOfInstances,
Resizer resizer
)
new :
nrOfInstances : int *
resizer : Resizer -> RoundRobinPool
Parameters
- nrOfInstances
- Type: SystemInt32
The initial number of routees in the pool. - resizer
- Type: Akka.RoutingResizer
The resizer to use when dynamically allocating routees to the pool.
See Also