 | EPLExpressionEvaluationContext Constructor |
Namespace:
com.espertech.esper.common.client.hook.expr
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic EPLExpressionEvaluationContext(
string statementName,
int contextPartitionId,
string runtimeUri,
Object statementUserObject
)
Parameters
- statementName
- Type: SystemString
Name of the statement. - contextPartitionId
- Type: SystemInt32
The context partition identifier. - runtimeUri
- Type: SystemString
The engine URI. - statementUserObject
- Type: SystemObject
The statement user object.
See Also