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

This view is a moving window extending the specified number of elements into the past.

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class LengthWindowView _
	Inherits ViewSupport _
	Implements DataWindowView, View, Viewable, EventCollection, IEnumerable(Of EventBean), IEnumerable
C#
public sealed class LengthWindowView : ViewSupport, DataWindowView, View, Viewable, EventCollection, IEnumerable<EventBean>, IEnumerable
Visual C++
public ref class LengthWindowView sealed : public ViewSupport, DataWindowView, View, Viewable, EventCollection, IEnumerable<EventBean^>, IEnumerable

Inheritance Hierarchy

System.Object
  net.esper.view.ViewSupport
    net.esper.view.window.LengthWindowView