IActorContextParent Property |
[Missing <summary> documentation for "P:Akka.Actor.IActorContext.Parent"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxReadOnly Property Parent As ActorRef
Get
property ActorRef^ Parent {
ActorRef^ get ();
}
abstract Parent : ActorRef with get
Property Value
Type:
ActorRef
See Also