Click or drag to resize

StatementNameRuntimeContext Constructor

Ctor.

Namespace:  com.espertech.esper.runtime.client.option
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public StatementNameRuntimeContext(
	string deploymentId,
	string statementName,
	int statementId,
	string epl,
	Attribute[] annotations
)

Parameters

deploymentId
Type: SystemString
deployment id
statementName
Type: SystemString
statement name
statementId
Type: SystemInt32
statement number
epl
Type: SystemString
epl when attached or null
annotations
Type: SystemAttribute
annotations
See Also