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