Click or drag to resize

EPFireAndForgetPreparedQuery Interface

Interface for a prepared on-demand query that can be executed multiple times.

Namespace:  com.espertech.esper.common.client.fireandforget
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public interface EPFireAndForgetPreparedQuery

The EPFireAndForgetPreparedQuery type exposes the following members.

Properties
  NameDescription
Public propertyEventType
Returns the event type, representing the columns of the select-clause.
Top
Methods
  NameDescription
Public methodExecute
Execute the prepared query returning query results.
Public methodExecute(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.
Top
See Also