Click or drag to resize
Akka.NETIActorRefPath Property
The path of this actor. Can be used to extract information about whether or not this actor is local or remote.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
ActorPath Path { get; }

Property Value

Type: ActorPath
See Also