Click or drag to resize

VirtualDataWindowEventStopWindow Class

This event is raised when a virtual data window is stopped.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.hook.vdwVirtualDataWindowEvent
    com.espertech.esper.common.client.hook.vdwVirtualDataWindowEventStopWindow

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

The VirtualDataWindowEventStopWindow type exposes the following members.

Constructors
  NameDescription
Public methodVirtualDataWindowEventStopWindow
Ctor.
Top
Properties
  NameDescription
Public propertyAgentInstanceId
Returns the agent instance id
Public propertyNamedWindowName
Returns the named window name.
Top
See Also