| ActorRefWithCellGetSingleChild Method |
TBD
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public abstract IInternalActorRef GetSingleChild(
string name
)
abstract GetSingleChild :
name : string -> IInternalActorRef
Parameters
- name
- Type: SystemString
TBD
Return Value
Type:
IInternalActorRefTBD
See Also