Click or drag to resize

EPFireAndForgetQueryResult Interface

Result for fire-and-forget queries.

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

The EPFireAndForgetQueryResult type exposes the following members.

Properties
  NameDescription
Public propertyArray
Returns an array representing query result rows, may return a null value or empty array to indicate an empty result set.
Public propertyEventType
Returns the event type of the result.
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an iterator representing query result rows.
Top
See Also