Click or drag to resize

CheckoutManagerDownloadFilesCancelAsync Method

Cancel asynchronous download that was started by DownloadFilesAsync(String, Int32).

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public void DownloadFilesCancelAsync()
Remarks
Returns immediately. Files that are being downloaded at the moment of the call continue downloading untill they are done. Calling the method causes the DownloadFilesCompleted event to be raised.
See Also

Reference

System.ComponentModelAsyncCompletedEventArgs