[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 ( _
	secIntervalSize As Integer _
)
C#
public TimeBatchView (
	int secIntervalSize
)
Visual C++
public:
TimeBatchView (
	int secIntervalSize
)

Parameters

secIntervalSize
System.Int32
is the number of seconds to batch events for.