Cancel asynchronous download that was started by DownloadFilesAsync(String, Int32).
Namespace:
Aras.IOMEAssembly: IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public void DownloadFilesCancelAsync() |
Visual Basic (Declaration) |
---|
Public Sub DownloadFilesCancelAsync |
J# |
---|
public void DownloadFilesCancelAsync() |
JScript |
---|
public function 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
System.ComponentModel..::.AsyncCompletedEventArgs