Click or drag to resize
Akka.NETConsistentHashingPool Constructor (Int32, ConsistentHashMapping)
Initializes a new instance of the ConsistentHashingPool class.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ConsistentHashingPool(
	int nrOfInstances,
	ConsistentHashMapping hashMapping
)

Parameters

nrOfInstances
Type: SystemInt32
The initial number of routees in the pool.
hashMapping
Type: Akka.RoutingConsistentHashMapping
The consistent hash mapping function to use on incoming messages.
See Also