Click or drag to resize
Akka.NETClusterRemotePathOf Method
Generates the remote actor path by replacing the Address in the RootActorPath for the given ActorRef with the cluster's SelfAddress, unless address' host is already defined

Namespace:  Akka.Cluster
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ActorPath RemotePathOf(
	IActorRef actorRef
)

Parameters

actorRef
Type: Akka.ActorIActorRef
An IActorRef belonging to the current node.

Return Value

Type: ActorPath
The absolute remote ActorPath of [!:actorRef].
See Also