DownloadAsync Method
Download a RemoteFile from an SFTP server.
Syntax
[VB.NET] Public Function DownloadAsync() As IAsyncAction
[C#] public IAsyncAction DownloadAsync();
IP*Works! SSH V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
DownloadAsync MethodDownload a RemoteFile from an SFTP server. Syntax[VB.NET] Public Function DownloadAsync() As IAsyncAction [C#] public IAsyncAction DownloadAsync(); RemarksThis method is the asynchronous version of the Download method and is used to support asynchronous operations in WinRT. Please refer to Download for more information. |
||