Click or drag to resize

EPFireAndForgetServicePrepareQueryWithParameters Method

Prepare a parameterized fire-and-forget query for repeated parameter setting and execution. Set all values on the returned holder then execute using {@link #executeQuery(EPFireAndForgetPreparedQueryParameterized)}.

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

Parameters

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

Return Value

Type: EPFireAndForgetPreparedQueryParameterized
parameter holder upon which to set values
See Also