Click or drag to resize
ActorPathChild Method
Creates a child with the specified name

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public ActorPath Child(
	string childName
)

Parameters

childName
Type: SystemString
Name of the child.

Return Value

Type: ActorPath
ActorPath.
See Also