[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)
ReadOnly Property ResultEventType As EventType
C#
EventType ResultEventType { get; }
Visual C++
property EventType^ ResultEventType {
	EventType^ get ();
}

Return Value

event type of the resulting events posted by the processor.