Click or drag to resize
Akka.NETSuperviseChild Property
Gets the child.

Namespace:  Akka.Dispatch.SysMsg
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IActorRef Child { get; }

Property Value

Type: IActorRef
The child.
See Also