Click or drag to resize

VirtualDataWindowEventConsumerRemove Constructor

Ctor.

Namespace:  com.espertech.esper.common.client.hook.vdw
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public VirtualDataWindowEventConsumerRemove(
	string namedWindowName,
	Object consumerObject,
	string statementName,
	int agentInstanceId
)

Parameters

namedWindowName
Type: SystemString
named window name
consumerObject
Type: SystemObject
identifying object for consumer
statementName
Type: SystemString
statement name
agentInstanceId
Type: SystemInt32
agent instance id
See Also