Click or drag to resize
Akka.NETActorPathDivision Operator (ActorPath, IEnumerableString)
Creates a new ActorPath by appending all the names in name to the specified path.

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

Parameters

path
Type: Akka.ActorActorPath
The base path of the newly created actor path.
name
Type: System.Collections.GenericIEnumerableString
The names being appended to the specified path.

Return Value

Type: ActorPath
A newly created ActorPath
See Also