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

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 ();
}

Field Value

Return Value

event type of the resulting events posted by the processor.