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

Namespace:  Akka.Cluster.Routing
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
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