Holds the results of executing a query.
Note that the event handlers configured should return quickly. In some situations, long running event handlers
can trigger heartbeat failures and/or other connection problems, particularly in the face of high data rates.
Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.6.0.2 (10.6.0.2)
Syntax
C# | Visual Basic | Visual C++ |
public abstract class QueryResult
Public MustInherit Class QueryResult
public ref class QueryResult abstract
Members
All Members | Constructors ![]() | Methods ![]() | Events ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() | QueryResult(Boolean) | Initializes a new instance of the QueryResult class |
![]() | BeginAggMarkEvent |
Sent when the aggregate result set may be in flux
|
![]() | BeginDeleteEvent |
Sent when a BeginDelete message is received from the LiveView server.
|
![]() | BeginSnapshotEvent |
Fired when a BeginSnapshot event is received from the LiveView server for this query.
|
![]() | EndAggMarkEvent |
Sent when the aggregate result set sent since the last BeginAggMarkEvent is consistent and will not change until the next BeginAggMarkEvent
|
![]() | EndDeleteEvent |
Sent when an EndDelete message is received from the LiveView server.
|
![]() | EndSnapshotEvent |
Fired when an EndSnapshot event is received from the LiveView server for this query.
|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current 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.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
StreamBase.LiveView.API..::..QueryResult
StreamBase.LiveView.API..::..EventBasedQueryResult
StreamBase.LiveView.API..::..ObservableQueryResult
StreamBase.LiveView.API..::..QueryResult
StreamBase.LiveView.API..::..EventBasedQueryResult
StreamBase.LiveView.API..::..ObservableQueryResult