ActorPathDivision Operator (ActorPath, String) |
Create a new child actor path.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic 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
)
static let inline (/)
path : ActorPath *
name : string : ActorPath
Parameters
- path
- Type: Akka.ActorActorPath
The path. - name
- Type: SystemString
The name.
Return Value
Type:
ActorPath The result of the operator.
See Also