Click or drag to resize
ActorPathTryParseAddress Method

[Missing <summary> documentation for "M:Akka.Actor.ActorPath.TryParseAddress(System.String,Akka.Actor.Address@)"]

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

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Akka.Actor.ActorPath.TryParseAddress(System.String,Akka.Actor.Address@)"]

address
Type: Akka.ActorAddress

[Missing <param name="address"/> documentation for "M:Akka.Actor.ActorPath.TryParseAddress(System.String,Akka.Actor.Address@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Akka.Actor.ActorPath.TryParseAddress(System.String,Akka.Actor.Address@)"]

See Also