[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)
Returns the event type of processed results.
Namespace: net.esper.eql.core
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property ResultEventType As EventType |
C# |
---|
public virtual EventType ResultEventType { get; } |
Visual C++ |
---|
public: virtual property EventType^ ResultEventType { EventType^ get (); } |