RandomPool Constructor (Int32, Resizer) |
Simple form of RandomPool constructor
Namespace: Akka.RoutingAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic RandomPool(
int nrOfInstances,
Resizer resizer
)
Public Sub New (
nrOfInstances As Integer,
resizer As Resizer
)
public:
RandomPool(
int nrOfInstances,
Resizer^ resizer
)
new :
nrOfInstances : int *
resizer : Resizer -> RandomPool
Parameters
- nrOfInstances
- Type: SystemInt32
The nr of instances. - resizer
- Type: Akka.RoutingResizer
A Resizer for specifying how to grow the pool of underlying routees based on pressure
See Also