Click or drag to resize
Akka.NETActorPathParse Method
Creates an ActorPath from the specified path.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static ActorPath Parse(
	string path
)

Parameters

path
Type: SystemString
The string representing a possible ActorPath

Return Value

Type: ActorPath
A newly created ActorPath
Exceptions
ExceptionCondition
UriFormatException This exception is thrown if the given path cannot be parsed into an ActorPath.
See Also