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

Evaluate an event by asking each index to match the event. Any filter callbacks at this node automaticallymatch the event and do not need to be further evaluated, and are thus added to the "matches" list of callbacks.

NOTE: This client should not use the lock before calling this method.

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

Syntax

Visual Basic (Declaration)
Public Sub MatchEvent ( _
	eventBean As EventBean, _
	matches As IList(Of FilterCallback) _
)
C#
public void MatchEvent (
	EventBean eventBean,
	IList<FilterCallback> matches
)
Visual C++
public:
virtual void MatchEvent (
	EventBean^ eventBean, 
	IList<FilterCallback^>^ matches
) sealed

Parameters

eventBean
net.esper.events.EventBean
is the event wrapper supplying the event property values
matches
System.Collections.Generic.IList<(Of T>)
is the list of callbacks to add to for any matches found