Cell..::..GetSingleChild Method

Method for looking up a single child beneath this actor. It is racy if called from the outside.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


InternalActorRef GetSingleChild(
	string name
)
Function GetSingleChild ( _
	name As String _
) As InternalActorRef
InternalActorRef^ GetSingleChild(
	String^ name
)

Parameters

name
Type: String