Click or drag to resize
Akka.NETCluster.RemotePathOf 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.Actor.IActorRef
An IActorRef belonging to the current node.

Return Value

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