Click or drag to resize
ActorPathDivision Operator (ActorPath, String)
Create a new child actor path.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static ActorPath operator /(
	ActorPath path,
	string name
)

Parameters

path
Type: Akka.ActorActorPath
The path.
name
Type: SystemString
The name.

Return Value

Type: ActorPath
The result of the operator.
See Also