| ActorPathDivision 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.129 (1.2.3.129)
Syntax public static ActorPath operator /(
ActorPath path,
string name
)
static let inline (/)
path : ActorPath *
name : string : ActorPath
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:
ActorPathA newly created
ChildActorPathSee Also