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

Get the events currently buffered. Returns null if the buffer is empty. Flushes the buffer.

Namespace: net.esper.collection
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Function GetAndFlush As EventBean()
C#
public virtual EventBean[] GetAndFlush ()
Visual C++
public:
virtual array<EventBean^>^ GetAndFlush ()

Return Value

array of events in buffer or null if empty