Specifies whether to resume or discard a previous partial download.
Visual Basic Public Property ResumePartialDownload As Boolean
C# public bool ResumePartialDownload { get; set; }
True to resume a previous partial download, false to discard a previous partial download. The default is false.
UltraLite.NET has the ability to restart downloads that fail because of communication errors or user aborts through the ULFileTransferListener. UltraLite.NET processes the download as it is received. If a download is interrupted, then the partially download file is retained and can be resumed during the next file transfer.
If the file has been updated on the server, a partial download will be discarded and a new download started.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |