Click or drag to resize
ActorCellGetSingleChild Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Akka.Actor.ActorCell.GetSingleChild(System.String)"]

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
[ObsoleteAttribute("Use TryGetSingleChild")]
public InternalActorRef GetSingleChild(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Akka.Actor.ActorCell.GetSingleChild(System.String)"]

Return Value

Type: InternalActorRef

[Missing <returns> documentation for "M:Akka.Actor.ActorCell.GetSingleChild(System.String)"]

Implements

CellGetSingleChild(String)
See Also