Click or drag to resize
Akka.NETConsistentHash<T> Constructor

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

Parameters

nodes
Type: System.Collections.Generic.SortedDictionary<Int32, T>
TBD
virtualNodesFactor
Type: System.Int32
TBD
Exceptions
ExceptionCondition
ArgumentException This exception is thrown if the given virtualNodesFactor is less than one.
See Also