SendFileAsync Method
Sends a file to the specified user.
Syntax
[VB.NET] Public Function SendFileAsync(ByVal JabberId As String) As IAsyncAction
[C#] public IAsyncAction SendFileAsync(string jabberId);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SendFileAsync MethodSends a file to the specified user. Syntax[VB.NET] Public Function SendFileAsync(ByVal JabberId As String) As IAsyncAction [C#] public IAsyncAction SendFileAsync(string jabberId); 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. |
||