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

Indicate matching events.

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

Syntax

Visual Basic (Declaration)
Public Sub MatchFound ( _
	matchEvent As EDictionary(Of String, EventBean) _
)
C#
public void MatchFound (
	EDictionary<string, EventBean> matchEvent
)
Visual C++
public:
virtual void MatchFound (
	EDictionary<String^, EventBean^>^ matchEvent
) sealed

Parameters

matchEvent
net.esper.compat.EDictionary<(Of K, V>)
contains a map of event tags and event objects