QueueFileAsync Method
Adds a file to the transfer queue.
Syntax
[VB.NET] Public Function QueueFileAsync(ByVal LocalFile As String, ByVal RemoteFile As String) As Task
[C#] public Task QueueFileAsync(string localFile, string remoteFile);
IP*Works! SSH V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
QueueFileAsync MethodAdds a file to the transfer queue. Syntax[VB.NET] Public Function QueueFileAsync(ByVal LocalFile As String, ByVal RemoteFile As String) As Task [C#] public Task QueueFileAsync(string localFile, string remoteFile); RemarksThis method is the asynchronous version of the QueueFile method and is used to support asynchronous operations in WinRT. Please refer to QueueFile for more information. |
||