| ClusterRemotePathOf 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.129 (1.2.3.129)
Syntax public ActorPath RemotePathOf(
IActorRef actorRef
)
member RemotePathOf :
actorRef : IActorRef -> ActorPath
Parameters
- actorRef
- Type: Akka.ActorIActorRef
An IActorRef belonging to the current node.
Return Value
Type:
ActorPathThe absolute remote
ActorPath of
[!:actorRef].
See Also