ActorPath..::..Division Operator (ActorPath, String)

Create a new child actor path.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public static ActorPath operator /(
	ActorPath path,
	string name
)
Public Shared Operator / ( _
	path As ActorPath, _
	name As String _
) As ActorPath
public:
static ActorPath^ operator /(
	ActorPath^ path, 
	String^ name
)

Parameters

path
Type: Akka.Actor..::..ActorPath
The path.
name
Type: String
The name.

Return Value

The result of the operator.