Click or drag to resize
Akka.NETActorPathTryParseAddress Method
TBD

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static bool TryParseAddress(
	string path,
	out Address address
)

Parameters

path
Type: SystemString
TBD
address
Type: Akka.ActorAddress
TBD

Return Value

Type: Boolean
TBD
See Also