Click or drag to resize

EPCompilerCompileQuery Method (String, CompilerArguments)

Compiles a single fire-and-forget query for execution by the runtime.

Namespace:  com.espertech.esper.compiler.client
Assembly:  NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntax
C#
EPCompiled CompileQuery(
	string fireAndForgetEPLQuery,
	CompilerArguments arguments
)

Parameters

fireAndForgetEPLQuery
Type: SystemString
fire-and-forget query to compile
arguments
Type: com.espertech.esper.compiler.clientCompilerArguments
compiler arguments

Return Value

Type: EPCompiled
byte code
See Also