RepointableActorRef..::..Children Property

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public IEnumerable<ActorRef> Children { get; }
Public ReadOnly Property Children As IEnumerable(Of ActorRef)
	Get
public:
property IEnumerable<ActorRef^>^ Children {
	IEnumerable<ActorRef^>^ get ();
}