Click or drag to resize
Akka.NETConsistentHashingPoolWithHashMapping Method
Creates a new ConsistentHashingPool router 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 ConsistentHashingPool WithHashMapping(
	ConsistentHashMapping mapping
)

Parameters

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

Return Value

Type: ConsistentHashingPool
A new router with the provided mapping.
See Also