The EventBasedQueryResult type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| EventBasedQueryResult | Initializes a new instance of the EventBasedQueryResult class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Tuples |
The backing collection of tuples currently associated with this QueryResult.
Should be treated as read-only.
|
Events
| Name | Description | |
|---|---|---|
| BeginDeleteEvent |
Sent when a BeginDelete message is received from the LiveView server.
(Inherited from QueryResult.) | |
| BeginSnapshotEvent |
Fired when a BeginSnapshot event is received from the LiveView server for this query.
(Inherited from QueryResult.) | |
| EndDeleteEvent |
Sent when an EndDelete message is received from the LiveView server.
(Inherited from QueryResult.) | |
| EndSnapshotEvent |
Fired when an EndSnapshot event is received from the LiveView server for this query.
(Inherited from QueryResult.) | |
| QueryExceptionEvent |
Fired when the LiveView server has sent an exception.
(Inherited from QueryResult.) | |
| TupleAdded |
Sent when a TupleAdded message is received from the LiveView server.
| |
| TupleRemoved |
Sent when a TupleRemoved message is received from the LiveView server.
| |
| TupleUpdated |
Sent when a TupleUpdated message is received from the LiveView server.
|