[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 first event only.

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

Syntax

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