 | VirtualDataWindowEventConsumerBase Constructor |
Ctor.
Namespace:
com.espertech.esper.common.client.hook.vdw
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxprotected VirtualDataWindowEventConsumerBase(
string namedWindowName,
Object consumerObject,
string statementName,
int agentInstanceId
)
Parameters
- namedWindowName
- Type: SystemString
the named window name - consumerObject
- Type: SystemObject
an object that identifies the consumer, the same instance or the add and for the remove event - statementName
- Type: SystemString
statement name - agentInstanceId
- Type: SystemInt32
agent instance id
See Also