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

Matches the event.

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

Syntax

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

Parameters

ev
net.esper.events.EventBean
The ev.
matches
System.Collections.Generic.IList<(Of T>)
The matches.