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

Returns true if inspection shows that the match events can pass, or false to not pass.

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

Syntax

Visual Basic (Declaration)
Function Inspect ( _
	matchEvent As MatchedEventMap _
) As Boolean
C#
bool Inspect (
	MatchedEventMap matchEvent
)
Visual C++
bool Inspect (
	MatchedEventMap^ matchEvent
)

Parameters

matchEvent
net.esper.pattern.MatchedEventMap

Return Value

true to pass, false to not pass