SendFileAsync Method
Sends file to the remote host.
Syntax
[VB.NET] Public Function SendFileAsync(ByVal FileName As String) As Task
[C#] public Task SendFileAsync(string fileName);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SendFileAsync MethodSends file to the remote host. Syntax[VB.NET] Public Function SendFileAsync(ByVal FileName As String) As Task [C#] public Task SendFileAsync(string fileName); RemarksThis method is the asynchronous version of the SendFile method and is used to support asynchronous operations in WinRT. Please refer to SendFile for more information. |
||