Click or drag to resize
Akka.NETConsistentHashingRoutingLogic Constructor (ActorSystem)
Initializes a new instance of the ConsistentHashingRoutingLogic class.
Note Note
A ConsistentHashingRoutingLogic configured in this way uses the EmptyConsistentHashMapping as the hash mapping function with a virtual node factor of 0 (zero).

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ConsistentHashingRoutingLogic(
	ActorSystem system
)

Parameters

system
Type: Akka.ActorActorSystem
The actor system that owns the router with this logic.
See Also