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

Indicate an event for evaluation (sub-expression the observer represents has turned true).

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

Syntax

Visual Basic (Declaration)
Public Sub ObserverEvaluateTrue ( _
	matchEvent As MatchedEventMap _
)
C#
public void ObserverEvaluateTrue (
	MatchedEventMap matchEvent
)
Visual C++
public:
virtual void ObserverEvaluateTrue (
	MatchedEventMap^ matchEvent
) sealed

Parameters

matchEvent
net.esper.pattern.MatchedEventMap
is the matched events so far