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

Returns a single event instance given the tag identifier, or null if the tag could not be located.

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

Syntax

Visual Basic (Declaration)
Public Function GetMatchingEvent ( _
	tag As String _
) As EventBean
C#
public EventBean GetMatchingEvent (
	string tag
)
Visual C++
public:
EventBean^ GetMatchingEvent (
	String^ tag
)

Parameters

tag
System.String
is the identifier to look for

Return Value

event instances for the tag