Click or drag to resize
Akka.NETConsistentHashingGroupGetPaths Method
Retrieves the actor paths used by this router during routee selection.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public override IEnumerable<string> GetPaths(
	ActorSystem system
)

Parameters

system
Type: Akka.ActorActorSystem
The actor system that owns this router.

Return Value

Type: IEnumerableString
An enumeration of actor paths used during routee selection
See Also