ActorPath..::..Child Method

Childs the specified child name.

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

Syntax


public ActorPath Child(
	string childName
)
Public Function Child ( _
	childName As String _
) As ActorPath
public:
ActorPath^ Child(
	String^ childName
)

Parameters

childName
Type: String
Name of the child.

Return Value

ActorPath.