| InternalActorRefBaseGetChild Method |
INTERNAL API.
Used by built-in
IActorRef implementations for handling
internal operations that are not exposed directly to end-users.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public abstract IActorRef GetChild(
IEnumerable<string> name
)
abstract GetChild :
name : IEnumerable<string> -> IActorRef
Parameters
- name
- Type: System.Collections.GenericIEnumerableString
[Missing <param name="name"/> documentation for "M:Akka.Actor.InternalActorRefBase.GetChild(System.Collections.Generic.IEnumerable{System.String})"]
Return Value
Type:
IActorRef[Missing <returns> documentation for "M:Akka.Actor.InternalActorRefBase.GetChild(System.Collections.Generic.IEnumerable{System.String})"]
Implements
IInternalActorRefGetChild(IEnumerableString)See Also