Click or drag to resize

VirtualDataWindowEventConsumerBase Class

Base class for events indicating a named-window consumer management.
Inheritance Hierarchy

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

The VirtualDataWindowEventConsumerBase type exposes the following members.

Constructors
  NameDescription
Protected methodVirtualDataWindowEventConsumerBase
Ctor.
Top
Properties
  NameDescription
Public propertyAgentInstanceId
Returns the agent instance id (context partition id).
Public propertyConsumerObject
Returns an object that serves as a unique identifier for the consumer, with multiple consumer per statements possible.

Upon remove the removal event contains the same consumer object.

Public propertyNamedWindowName
Returns the named window name.
Public propertyStatementName
Returns the statement name.
Top
See Also