The ObservableQueryResult type exposes the following events.
Events
![]() ![]() | ![]() ![]() | ![]() ![]() | ![]() ![]() |
Member | Description | |
---|---|---|
![]() | BeginAggMarkEvent |
Sent when the aggregate result set may be in flux
(Inherited from QueryResult.) |
![]() | 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.) |
![]() | EndAggMarkEvent |
Sent when the aggregate result set sent since the last BeginAggMarkEvent is consistent and will not change until the next BeginAggMarkEvent
(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.) |