[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.observer
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Sub ObserverEvaluateTrue ( _
	matchEvent As MatchedEventMap _
)
C#
void ObserverEvaluateTrue (
	MatchedEventMap matchEvent
)
Visual C++
void ObserverEvaluateTrue (
	MatchedEventMap^ matchEvent
)

Parameters

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