Click or drag to resize
Akka.NETIActorContextGetChildren Method
Gets all of the children that belong to this actor. If this actor has no children, an empty collection of IActorRef is returned instead.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
IEnumerable<IActorRef> GetChildren()

Return Value

Type: IEnumerableIActorRef
TBD
See Also