Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定是恢复还是放弃先前的部分下载。
abstract void SyncParms.setResumePartialDownload( boolean c ) throws ULjException
c 设置为 true 以恢复先前的部分下载。
ULjException 类 如果将以下同步参数(DownloadOnly、PingOnly、ResumePartialDownload 或 UploadOnly)中的多个设置为 true,则 Connection.synchronize 方法将抛出 SQLE_SYNC_INFO_INVALID。
要恢复先前的部分下载,请设置为 true;要放弃先前的部分下载,请设置为 false。缺省设置为 false。