Click or drag to resize

StatementUserObjectContext Constructor

Ctor.

Namespace:  com.espertech.esper.compiler.client.option
Assembly:  NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntax
C#
public StatementUserObjectContext(
	Supplier<string> eplSupplier,
	string statementName,
	string moduleName,
	Attribute[] annotations,
	int statementNumber
)

Parameters

eplSupplier
Type: com.espertech.esper.compat.functionSupplierString
epl supplier
statementName
Type: SystemString
statement name
moduleName
Type: SystemString
module name
annotations
Type: SystemAttribute
annotations
statementNumber
Type: SystemInt32
statement number
See Also