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

Constructor.

Namespace: net.esper.view.window
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	timePeriod As TimePeriodParameter _
)
C#
public TimeWindowView (
	TimePeriodParameter timePeriod
)
Visual C++
public:
TimeWindowView (
	TimePeriodParameter^ timePeriod
)

Parameters

timePeriod
net.esper.eql.parse.TimePeriodParameter
is the number of seconds before events gets pushed out of the timeWindow as oldData in the update method.