Click or drag to resize
Akka.NETActorPathDivision Operator (ActorPath, String)
Creates a new ChildActorPath with the specified parent path and the specified name.

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

Parameters

path
Type: Akka.ActorActorPath
The parent path of the newly created actor path
name
Type: SystemString
The name of child actor path

Return Value

Type: ActorPath
A newly created ChildActorPath
See Also