ConsistentHashingPool Constructor (Int32)

Simple form of ConsistentHashingPool constructor

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll)

Syntax


public ConsistentHashingPool(
	int nrOfInstances
)
Public Sub New ( _
	nrOfInstances As Integer _
)
public:
ConsistentHashingPool(
	int^ nrOfInstances
)

Parameters

nrOfInstances
Type: Int32
The nr of instances.