Click or drag to resize
Akka.NETConsistentHashT Constructor

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ConsistentHash(
	SortedDictionary<int, T> nodes,
	int virtualNodesFactor
)

Parameters

nodes
Type: System.Collections.GenericSortedDictionaryInt32, T
TBD
virtualNodesFactor
Type: SystemInt32
TBD
Exceptions
ExceptionCondition
ArgumentException This exception is thrown if the given virtualNodesFactor is less than one.
See Also