ActorPath..::..TryParse Method

Tries to parse the uri, which should be a full uri, i.e containing protocol. For example "akka://System/user/my-actor"

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

Syntax


public static bool TryParse(
	string path,
	out ActorPath actorPath
)
Public Shared Function TryParse ( _
	path As String, _
	<OutAttribute> ByRef actorPath As ActorPath _
) As Boolean
public:
static bool^ TryParse(
	String^ path, 
	[OutAttribute] ActorPath^% actorPath
)

Parameters

path
Type: String
actorPath
Type: Akka.Actor..::..ActorPath%