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