 | VirtualDataWindowEventConsumerAdd Constructor |
Ctor.
Namespace:
com.espertech.esper.common.client.hook.vdw
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic VirtualDataWindowEventConsumerAdd(
string namedWindowName,
Object consumerObject,
string statementName,
int agentInstanceId,
ExprEvaluator filter,
ExprEvaluatorContext exprEvaluatorContext
)
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 - filter
- Type: ExprEvaluator
filter expressions - exprEvaluatorContext
- Type: ExprEvaluatorContext
for expression evaluation
See Also