This type of QueryResult exposes the low-level events received from
the LiveView server. This will offer more control and better performance than
the ObservableQueryResult class, at the loss of convenience.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.1.5.1632 (2.1.5.1632)
Syntax
| C# | Visual Basic | Visual C++ |
public class EventBasedQueryResult : QueryResult
Public Class EventBasedQueryResult _ Inherits QueryResult
public ref class EventBasedQueryResult : public QueryResult
Members
| All Members | Constructors | Properties | Methods | Events |
| Member | Description | |
|---|---|---|
| EventBasedQueryResult()()()() | Initializes a new instance of the EventBasedQueryResult class | |
| 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.) | |
| Equals(Object) | (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.) | |
| QueryExceptionEvent |
Fired when the LiveView server has sent an exception.
(Inherited from QueryResult.) | |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| TupleAdded |
Sent when a TupleAdded message is received from the LiveView server.
| |
| TupleRemoved |
Sent when a TupleRemoved message is received from the LiveView server.
| |
| Tuples |
The backing collection of tuples currently associated with this QueryResult.
Should be treated as read-only.
| |
| TupleUpdated |
Sent when a TupleUpdated message is received from the LiveView server.
|
Inheritance Hierarchy
System..::..Object
StreamBase.LiveView.API..::..QueryResult
StreamBase.LiveView.API..::..EventBasedQueryResult
StreamBase.LiveView.API..::..QueryResult
StreamBase.LiveView.API..::..EventBasedQueryResult