Click or drag to resize
ActorPathIsValidPathElement 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: 0.8.0.0 (0.8.0.0)
Syntax
public static bool IsValidPathElement(
	string s
)

Parameters

s
Type: SystemString

[Missing <param name="s"/> documentation for "M:Akka.Actor.ActorPath.IsValidPathElement(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Akka.Actor.ActorPath.IsValidPathElement(System.String)"]

See Also