Click or drag to resize
ConsistentHashingGroup Constructor (IEnumerableString)
Initializes a new instance of the ConsistentHashingGroup class

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public ConsistentHashingGroup(
	IEnumerable<string> paths
)

Parameters

paths
Type: System.Collections.GenericIEnumerableString

[Missing <param name="paths"/> documentation for "M:Akka.Routing.ConsistentHashingGroup.#ctor(System.Collections.Generic.IEnumerable{System.String})"]

See Also