Click or drag to resize

VirtualDataWindowEventStopIndex Class

Event to indicate that for a virtual data window an existing index is being stopped or destroyed.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.hook.vdwVirtualDataWindowEvent
    com.espertech.esper.common.client.hook.vdwVirtualDataWindowEventStopIndex

Namespace:  com.espertech.esper.common.client.hook.vdw
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class VirtualDataWindowEventStopIndex : VirtualDataWindowEvent

The VirtualDataWindowEventStopIndex type exposes the following members.

Constructors
  NameDescription
Public methodVirtualDataWindowEventStopIndex
Ctor.
Top
Properties
  NameDescription
Public propertyIndexName
Returns the index name.
Public propertyNamedWindowName
Returns the named window name.
Top
See Also