CheckoutManagerDownloadFilesPauseAsync Method |
Namespace:
Aras.IOME
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic void DownloadFilesPauseAsync()
Public Sub DownloadFilesPauseAsync
public void DownloadFilesPauseAsync()
public function DownloadFilesPauseAsync()
ExceptionsException | Condition |
---|
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