Click or drag to resize

StatementOptionContextBase Constructor (SupplierString, String, String, Attribute, Int32)

Ctor.

Namespace:  com.espertech.esper.compiler.client.option
Assembly:  NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntax
C#
public StatementOptionContextBase(
	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