DittoSyncKit  1.0.0-alpha1
Public Member Functions | Protected Member Functions | List of all members
Ditto.SyncKit.DittoLiveQuery Class Reference

A reference to a Live Query. The live query will respond to any changes relevant to the query that occur in the device's data store, . Do not instantiate this by itself. The live query will keep the handler informed of all changes so long as it is not garbage collected or disposed. More...

Inheritance diagram for Ditto.SyncKit.DittoLiveQuery:

Public Member Functions

void Dispose ()
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Detailed Description

A reference to a Live Query. The live query will respond to any changes relevant to the query that occur in the device's data store, . Do not instantiate this by itself. The live query will keep the handler informed of all changes so long as it is not garbage collected or disposed.