The EventBasedQueryResult type exposes the following members.

Constructors

  NameDescription
Public methodEventBasedQueryResult
Initializes a new instance of the EventBasedQueryResult class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyTuples
The backing collection of tuples currently associated with this QueryResult. Should be treated as read-only.

Events

  NameDescription
Public eventBeginDeleteEvent
Sent when a BeginDelete message is received from the LiveView server.
(Inherited from QueryResult.)
Public eventBeginSnapshotEvent
Fired when a BeginSnapshot event is received from the LiveView server for this query.
(Inherited from QueryResult.)
Public eventEndDeleteEvent
Sent when an EndDelete message is received from the LiveView server.
(Inherited from QueryResult.)
Public eventEndSnapshotEvent
Fired when an EndSnapshot event is received from the LiveView server for this query.
(Inherited from QueryResult.)
Public eventQueryExceptionEvent
Fired when the LiveView server has sent an exception.
(Inherited from QueryResult.)
Public eventTupleAdded
Sent when a TupleAdded message is received from the LiveView server.
Public eventTupleRemoved
Sent when a TupleRemoved message is received from the LiveView server.
Public eventTupleUpdated
Sent when a TupleUpdated message is received from the LiveView server.

See Also