diff options
Diffstat (limited to 'common/clientapi.h')
-rw-r--r-- | common/clientapi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/clientapi.h b/common/clientapi.h index 63305ab..0ee934c 100644 --- a/common/clientapi.h +++ b/common/clientapi.h | |||
@@ -298,6 +298,9 @@ using namespace async; | |||
298 | * * what resources to search | 298 | * * what resources to search |
299 | * * filters on various properties (parent collection, startDate range, ....) | 299 | * * filters on various properties (parent collection, startDate range, ....) |
300 | * * properties we need (for on-demand querying) | 300 | * * properties we need (for on-demand querying) |
301 | * | ||
302 | * syncOnDemand: Execute a source sync before executing the query | ||
303 | * processAll: Ensure all local messages are processed before querying to guarantee an up-to date dataset. | ||
301 | */ | 304 | */ |
302 | class Query | 305 | class Query |
303 | { | 306 | { |