Click or drag to resize

EPFireAndForgetServiceExecuteQuery Method (EPFireAndForgetPreparedQueryParameterized, ContextPartitionSelector)

Execute a fire-and-forget parameterized query.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
EPFireAndForgetQueryResult ExecuteQuery(
	EPFireAndForgetPreparedQueryParameterized parameterizedQuery,
	ContextPartitionSelector[] selectors
)

Parameters

parameterizedQuery
Type: com.espertech.esper.common.client.fireandforgetEPFireAndForgetPreparedQueryParameterized
contains the query and parameter values
selectors
Type: com.espertech.esper.common.client.contextContextPartitionSelector
selects context partitions to consider

Return Value

Type: EPFireAndForgetQueryResult
query result
See Also