Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
表示在当前同步过程中不应进行任何下载,这样可以节省通信时间,尤其是在通过慢速通信链接进行通信时。
根据所使用的 API 不同,语法会有所变化。还可以使用 ulsync 设置此参数。
False
布尔值
仅下载、强制回应和恢复部分下载
当设置为 true 时,客户端将等待来自 MobiLink 服务器的上载确认,得到确认之后它就会成功地终止同步会话。
ulsync 可以将此参数按如下方法设置为扩展同步参数:
ulsync -c DBF=myuldb.udb "MobiLinkUid=remoteA;ScriptVersion=2;UploadOnly=True;Stream=http"
UltraLite for C/C++ 应用程序可以按如下方法设置参数:
ul_sync_info info; // ... info.upload_only = ul_true;