Click or drag to resize
Akka.NETConsistentHashingRoutingLogicWithHashMapping Method
Creates a new ConsistentHashingRoutingLogic router logic with a given ConsistentHashMapping.
Note Note
This method is immutable and returns a new instance of the router.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ConsistentHashingRoutingLogic WithHashMapping(
	ConsistentHashMapping mapping
)

Parameters

mapping
Type: Akka.RoutingConsistentHashMapping
The ConsistentHashMapping used to configure the new router.

Return Value

Type: ConsistentHashingRoutingLogic
A new router logic with the provided mapping.
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown if the given mapping is undefined.
See Also