Click or drag to resize

VirtualDataWindowHandleEvent Method

Handle a management event.

Management events indicate:

  • Create/Start of an index on a virtual data window.
  • Stop/Dispose of an index.
  • Dispose of the virtual data window.
  • Add/Remove of a consumer to the virtual data window.
  • Namespace:  com.espertech.esper.common.client.hook.vdw
    Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
    Syntax
    C#
    void HandleEvent(
    	VirtualDataWindowEvent theEvent
    )

    Parameters

    theEvent
    Type: com.espertech.esper.common.client.hook.vdwVirtualDataWindowEvent
    to handle
    See Also