ActorRefWithCellChildren Property |
[Missing <summary> documentation for "P:Akka.Actor.ActorRefWithCell.Children"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic abstract IEnumerable<ActorRef> Children { get; }
Public MustOverride ReadOnly Property Children As IEnumerable(Of ActorRef)
Get
public:
virtual property IEnumerable<ActorRef^>^ Children {
IEnumerable<ActorRef^>^ get () abstract;
}
abstract Children : IEnumerable<ActorRef> with get
Property Value
Type:
IEnumerableActorRef
See Also