 | ActorPath.TryParseAddress Method |
TBD
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntaxpublic static bool TryParseAddress(
string path,
out Address address
)
static member TryParseAddress :
path : string *
address : Address byref -> bool
Parameters
- path
- Type: System.String
TBD - address
- Type: Akka.Actor.Address
TBD
Return Value
Type:
BooleanTBD
See Also