[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 ( _
	timeTimePeriod As TimePeriodParameter, _
	referencePoint As Nullable(Of Long) _
)
C#
public TimeBatchView (
	TimePeriodParameter timeTimePeriod,
	Nullable<long> referencePoint
)
Visual C++
public:
TimeBatchView (
	TimePeriodParameter^ timeTimePeriod, 
	Nullable<long long> referencePoint
)

Parameters

timeTimePeriod
net.esper.eql.parse.TimePeriodParameter
is the number of seconds to batch events for
referencePoint
System.Nullable<(Of T>)
is the reference point onto which to base intervals.