RandomPool Constructor (Int32) |
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
)
Public Sub New (
nrOfInstances As Integer
)
public:
RandomPool(
int nrOfInstances
)
new :
nrOfInstances : int -> RandomPool
Parameters
- nrOfInstances
- Type: SystemInt32
The nr of instances.
See Also