Click or drag to resize

EPFireAndForgetPreparedQueryExecute Method (ContextPartitionSelector)

For use with named windows 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.common.client.fireandforget
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
EPFireAndForgetQueryResult Execute(
	ContextPartitionSelector[] contextPartitionSelectors
)

Parameters

contextPartitionSelectors
Type: com.espertech.esper.common.client.contextContextPartitionSelector
selects context partitions to consider

Return Value

Type: EPFireAndForgetQueryResult
query result
See Also