 | StatementUserObjectRuntimeContext Constructor |
Ctor.
Namespace:
com.espertech.esper.runtime.client.option
Assembly:
NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntaxpublic StatementUserObjectRuntimeContext(
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