[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Indicate a change in truth value to true.
Namespace: net.esper.pattern
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub EvaluateTrue ( _ matchEvent As MatchedEventMap, _ fromNode As EvalStateNode, _ isQuitted As Boolean _ ) |
C# |
---|
public void EvaluateTrue ( MatchedEventMap matchEvent, EvalStateNode fromNode, bool isQuitted ) |
Visual C++ |
---|
public: virtual void EvaluateTrue ( MatchedEventMap^ matchEvent, EvalStateNode^ fromNode, bool isQuitted ) sealed |
Parameters
- matchEvent
- net.esper.pattern.MatchedEventMap
is the container for events that caused the change in truth value
- fromNode
- net.esper.pattern.EvalStateNode
is the node that indicates the change
- isQuitted
- System.Boolean
is an indication of whether the node continues listenening or Stops listening