Fired when an existing item has been removed.
Parameters:
args
- info object provided with the event. It has the following properties:key
- the key of the removed itemThe immutable identifier of this query object, assigned by the system.
Closes this query instance and unsubscribes from further service events. This will eventually stop the physical inflow of updates over the network, when all other instances of this query are closed as well.
Represents a long-running query against Flex data wherein the returned result set subsequently receives pushed updates whenever new (or updated) records would match the given expression. Updated results are presented row-by-row until this query is explicitly closed.
Use the SyncClient.liveQuery method to create a live query.