Collection Contents Previous Next PDF

UltraLite C/C++ User's Guide

Synchronization Parameters Reference

keep_partial_download synchronization parameter


Function 

On download errors, hold on to partial downloads rather than rolling back all changes.

Default 

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

Usage 

Set the parameter as follows:

ul_synch_info info;
// ...
info.keep_partial_download = ul_true;
See also 

Collection Contents Previous Next PDF