CellGetSingleChild Method |
Method for looking up a single child beneath this actor.
It is racy if called from the outside.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxInternalActorRef GetSingleChild(
string name
)
Function GetSingleChild (
name As String
) As InternalActorRef
InternalActorRef^ GetSingleChild(
String^ name
)
abstract GetSingleChild :
name : string -> InternalActorRef
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:Akka.Actor.Cell.GetSingleChild(System.String)"]
Return Value
Type:
InternalActorRef[Missing <returns> documentation for "M:Akka.Actor.Cell.GetSingleChild(System.String)"]
See Also