Click or drag to resize
Akka.NETActorPathIsValidPathElement Method
Method that checks if actor name conforms to RFC 2396, http://www.ietf.org/rfc/rfc2396.txt Note that AKKA JVM does not allow parenthesis ( ) but, according to RFC 2396 those are allowed, and since we use URL Encode to create valid actor names, we must allow them.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static bool IsValidPathElement(
	string s
)

Parameters

s
Type: SystemString
TBD

Return Value

Type: Boolean
TBD
See Also