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

Return and remove events in time-slots earlier (less) then the timestamp passed in, returning the list of events expired.

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

Syntax

Visual Basic (Declaration)
Public Function ExpireEvents ( _
	expireBefore As Long _
) As List(Of EventBean)
C#
public List<EventBean> ExpireEvents (
	long expireBefore
)
Visual C++
public:
List<EventBean^>^ ExpireEvents (
	long long expireBefore
)

Parameters

expireBefore
System.Int64
is the timestamp from which on to keep events in the window

Return Value

a list of events expired and removed from the window, or null if none expired