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

Returns true to output the last event only.

Namespace: net.esper.eql.spec
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property IsDisplayLastOnly As Boolean
C#
public virtual bool IsDisplayLastOnly { get; }
Visual C++
public:
virtual property bool IsDisplayLastOnly {
	bool get ();
}