[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)
Contains the state collected by an "every" operator. The state includes handles to any sub-listeners
Started by the operator.
Namespace: net.esper.pattern
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public NotInheritable Class EvalEveryStateNode _ Inherits EvalStateNode _ Implements Evaluator |
C# |
---|
public sealed class EvalEveryStateNode : EvalStateNode, Evaluator |
Visual C++ |
---|
public ref class EvalEveryStateNode sealed : public EvalStateNode, Evaluator |