Click or drag to resize
Akka.NETConsistentHash<T>.NodeFor Method (Byte[])
Retrieves the node associated with the data key.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public T NodeFor(
	byte[] key
)

Parameters

key
Type:System.Byte[]
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