| ActorPathTryParseAddress 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
)
static member TryParseAddress :
path : string *
address : Address byref -> bool
Parameters
- path
- Type: SystemString
TBD - address
- Type: Akka.ActorAddress
TBD
Return Value
Type:
BooleanTBD
See Also