SendFileAsync Method
Send file to the remote host.
Syntax
[VB.NET] Public Function SendFileAsync(ByVal ConnectionId As Integer, ByVal FileName As String) As IAsyncAction
[C#] public IAsyncAction SendFileAsync(int connectionId, string fileName);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SendFileAsync MethodSend file to the remote host. Syntax[VB.NET] Public Function SendFileAsync(ByVal ConnectionId As Integer, ByVal FileName As String) As IAsyncAction [C#] public IAsyncAction SendFileAsync(int connectionId, 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. |
||