RepointableActorRefPath Property |
[Missing <summary> documentation for "P:Akka.Actor.RepointableActorRef.Path"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic override ActorPath Path { get; }
Public Overrides ReadOnly Property Path As ActorPath
Get
public:
virtual property ActorPath^ Path {
ActorPath^ get () override;
}
abstract Path : ActorPath with get
override Path : ActorPath with get
Property Value
Type:
ActorPath
See Also