Click or drag to resize
ActorPathDivision Operator (ActorPath, IEnumerableString)
Recursively create a descendant’s path by appending all child names.

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

Parameters

path
Type: Akka.ActorActorPath
The path.
name
Type: System.Collections.GenericIEnumerableString
The name.

Return Value

Type: ActorPath
The result of the operator.
See Also