Click or drag to resize

CheckoutManagerDownloadFilesResumeAsync Method

Resume asynchronous download of files if it was previously paused by DownloadFilesPauseAsync.

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public void DownloadFilesResumeAsync()
Exceptions
ExceptionCondition
InvalidOperationException Thrown in case the operation was not previously paused by DownloadFilesPauseAsync.
Remarks
The method must be called only in case the operation was previously paused by DownloadFilesPauseAsync.
See Also