DownloadOperation.Resume Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resumes a paused download operation.
public:
virtual void Resume() = Resume;
void Resume();
public void Resume();
function resume()
Public Sub Resume ()
Remarks
This method can be called on a paused download operation to resume the download. The download operation will try to resume the download if possible. Only requests where the server accepts range-requests can resume. Otherwise the download is restarted.