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

Constructor.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	filterSpecification As FilterSpec, _
	eventAsName As String _
)
C#
public EvalFilterNode (
	FilterSpec filterSpecification,
	string eventAsName
)
Visual C++
public:
EvalFilterNode (
	FilterSpec^ filterSpecification, 
	String^ eventAsName
)

Parameters

filterSpecification
net.esper.filter.FilterSpec
specifies the filter properties
eventAsName
System.String
is the name to use for adding matching events to the MatchedEventMap table used when indicating truth value of true.