| ActorPathParse Method |
Creates an
ActorPath from the specified
path.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static ActorPath Parse(
string path
)
static member Parse :
path : string -> ActorPath
Parameters
- path
- Type: SystemString
The string representing a possible ActorPath
Return Value
Type:
ActorPathA newly created
ActorPathExceptions See Also