[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 Overrides Sub MatchEvent ( _
	eventBean As EventBean, _
	matches As IList(Of FilterCallback) _
)
C#
public override void MatchEvent (
	EventBean eventBean,
	IList<FilterCallback> matches
)
Visual C++
public:
virtual void MatchEvent (
	EventBean^ eventBean, 
	IList<FilterCallback^>^ matches
) override

Parameters

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