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