Click or drag to resize

VirtualDataWindowEventConsumerBaseConsumerObject Property

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.

Namespace:  com.espertech.esper.common.client.hook.vdw
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public Object ConsumerObject { get; }

Property Value

Type: Object
consumer object
See Also