Creates a child with the specified name
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ActorPath Child(
string childName
)
Public Function Child (
childName As String
) As ActorPath
public:
ActorPath^ Child(
String^ childName
)
member Child :
childName : string -> ActorPath
Parameters
- childName
- Type: SystemString
Name of the child.
Return Value
Type:
ActorPath ActorPath.
See Also