Click or drag to resize

EPFireAndForgetServicePrepareQuery Method

Prepare an unparameterized fire-and-forget query before execution and for repeated execution.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
EPFireAndForgetPreparedQuery PrepareQuery(
	EPCompiled compiled
)

Parameters

compiled
Type: com.espertech.esper.common.clientEPCompiled
is the compiled EPL query to prepare

Return Value

Type: EPFireAndForgetPreparedQuery
proxy to execute upon, that also provides the event type of the returned results
See Also