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