Click or drag to resize
Akka.NETConsistentHashingPool Constructor (Config)
Initializes a new instance of the ConsistentHashingPool class.
Note Note
'virtual-nodes-factor' defaults to 0 (zero) if it is not defined in the provided configuration.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ConsistentHashingPool(
	Config config
)

Parameters

config
Type: Akka.ConfigurationConfig
The configuration used to configure the pool.
See Also