ConsistentHashingPool Constructor (Int32) |
Simple form of ConsistentHashingPool constructor
Namespace: Akka.RoutingAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ConsistentHashingPool(
int nrOfInstances
)
Public Sub New (
nrOfInstances As Integer
)
public:
ConsistentHashingPool(
int nrOfInstances
)
new :
nrOfInstances : int -> ConsistentHashingPool
Parameters
- nrOfInstances
- Type: SystemInt32
The nr of instances.
See Also