Click or drag to resize
Akka.NETActorPathChild Method
Creates a child with the specified name

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

Parameters

childName
Type: SystemString
Name of the child.

Return Value

Type: ActorPath
ActorPath.
See Also