Click or drag to resize
Akka.NETIActorContextParent Property
Gets the IActorRef of the parent of the current actor.

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

Property Value

Type: IActorRef
See Also