Click or drag to resize

EPLExpressionEvaluationContext Constructor

Initializes a new instance of the EPLExpressionEvaluationContext class.

Namespace:  com.espertech.esper.common.client.hook.expr
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public 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