Click or drag to resize

EPLMethodInvocationContext Constructor

Ctor.

Namespace:  com.espertech.esper.common.client.hook.expr
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public EPLMethodInvocationContext(
	string statementName,
	int contextPartitionId,
	string runtimeUri,
	string functionName,
	Object statementUserObject,
	EventBeanService eventBeanService
)

Parameters

statementName
Type: SystemString
the statement name
contextPartitionId
Type: SystemInt32
context partition id if using contexts, or -1 if not using context partitions
runtimeUri
Type: SystemString
the engine URI
functionName
Type: SystemString
the name of the plug-in single row function, or the method name if not a plug-in single row function
statementUserObject
Type: SystemObject
the statement user object or null if not assigned
eventBeanService
Type: com.espertech.esper.common.client.hook.exprEventBeanService
event and event type services
See Also