Click or drag to resize
Akka.NETConsistentHashTNodeFor Method (String)
Retrieves the node associated with the data key.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public T NodeFor(
	string key
)

Parameters

key
Type: SystemString
The data key used for lookup.

Return Value

Type: T
The node associated with the data key
Exceptions
ExceptionCondition
InvalidOperationException This exception is thrown if the node ring is empty.
See Also