Click or drag to resize
Akka.NETICellGetSingleChild 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) Version: 1.2.3.42 (1.2.3.42)
Syntax
IInternalActorRef GetSingleChild(
	string name
)

Parameters

name
Type: SystemString
TBD

Return Value

Type: IInternalActorRef
TBD
See Also