Click or drag to resize

EPFireAndForgetServiceExecuteQuery Method (EPCompiled, ContextPartitionSelector)

Execute a fire-and-forget query for use with named windows and tables that have a context declared and that may therefore have multiple context partitions, allows to target context partitions for query execution selectively.

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

Parameters

compiled
Type: com.espertech.esper.common.clientEPCompiled
is the compiled EPL query to execute
selectors
Type: com.espertech.esper.common.client.contextContextPartitionSelector
selects context partitions to consider

Return Value

Type: EPFireAndForgetQueryResult
result
See Also