synchronizeWithCloud Method

Synchronize the local cache of this database with any changes by made by others.

synchronizeWithCloud(): void

@note This is called automatically whenever any write operation is performed on this DbAccess. It is only necessary to call this directly if you have not changed the database recently, but wish to perform a readonly operation and want to ensure it is up-to-date as of now.

@note There is no guarantee that the database is up-to-date even immediately after calling this method, since others may be modifying it at any time.

Returns - void

Defined in

Last Updated: 17 May, 2024