Gets the child.
Namespace: Akka.Dispatch.SysMsgAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ActorRef Child { get; }
Public ReadOnly Property Child As ActorRef
Get
public:
property ActorRef^ Child {
ActorRef^ get ();
}
member Child : ActorRef with get
Property Value
Type:
ActorRefThe child.
See Also