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

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public void DownloadFilesPauseAsync()
Visual Basic (Declaration)
Public Sub DownloadFilesPauseAsync
J#
public void DownloadFilesPauseAsync()
JScript
public function DownloadFilesPauseAsync()

Remarks

The method could be called only if asynchronous download is in progress; otherwise the method throws an exception.

Exceptions

ExceptionCondition
System..::.InvalidOperationException Thrown in case the method is called when there is no asynchronous download in progress.

See Also