UnstartedCellGetChildByName Method |
[Missing <summary> documentation for "M:Akka.Actor.UnstartedCell.GetChildByName(System.String)"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic InternalActorRef GetChildByName(
string name
)
Public Function GetChildByName (
name As String
) As InternalActorRef
public:
virtual InternalActorRef^ GetChildByName(
String^ name
) sealed
abstract GetChildByName :
name : string -> InternalActorRef
override GetChildByName :
name : string -> InternalActorRef
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:Akka.Actor.UnstartedCell.GetChildByName(System.String)"]
Return Value
Type:
InternalActorRef[Missing <returns> documentation for "M:Akka.Actor.UnstartedCell.GetChildByName(System.String)"]
Implements
CellGetChildByName(String)
See Also