Click or drag to resize

EPFireAndForgetServiceExecuteQuery Method (EPCompiled)

Execute a fire-and-forget query.

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

Parameters

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

Return Value

Type: EPFireAndForgetQueryResult
query result
See Also