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