Contents Index upload_ok synchronization parameter user_data synchronization parameter pdf/preface.pdf

UltraLite User's Guide
  UltraLite Reference
    Synchronization parameters

upload_only synchronization parameter


Function 

Indicates that there should be no downloads in the current synchronization, which can save communication time, especially over slow communication links. When set to true, the client waits for the upload acknowledgement from the MobiLink synchronization server, after which it terminates the synchronization session successfully.

Default 

The parameter is an optional Boolean value, and by default is false.

C/C++ usage 

Set the parameter to true as follows:

ul_synch_info info;
// ...
info.upload_only = ul_true;
Java usage 

The Java access methods are setUploadOnly and getUploadOnly.

See also 

Synchronizing high-priority changes

download_only synchronization parameter


Contents Index upload_ok synchronization parameter user_data synchronization parameter pdf/preface.pdf