[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns the enum for the given namespace and name.

Namespace: net.esper.pattern.guard
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function ForName ( _
	nspace As String, _
	name As String _
) As GuardEnum
C#
public static GuardEnum ForName (
	string nspace,
	string name
)
Visual C++
public:
static GuardEnum^ ForName (
	String^ nspace, 
	String^ name
)

Parameters

nspace
System.String
guard namespace
name
System.String
guard name

Return Value

enum