[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Constructor.
Namespace: net.esper.view.window
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ secIntervalSize As Integer, _ referencePoint As Nullable(Of Long) _ ) |
C# |
---|
public TimeBatchView ( int secIntervalSize, Nullable<long> referencePoint ) |
Visual C++ |
---|
public: TimeBatchView ( int secIntervalSize, Nullable<long long> referencePoint ) |
Parameters
- secIntervalSize
- System.Int32
is the number of milliseconds to batch events for
- referencePoint
- System.Nullable<(Of T>)
is the reference point onto which to base intervals.