Click or drag to resize

CheckoutManagerDownloadFilesPauseAsync Method

Pause asynchronous download of files that was started by DownloadFilesAsync(String, Int32).

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public void DownloadFilesPauseAsync()
Exceptions
ExceptionCondition
InvalidOperationException Thrown in case the method is called when there is no asynchronous download in progress.
Remarks
The method could be called only if asynchronous download is in progress; otherwise the method throws an exception.
See Also