SendMessageAsync Method
This method will send a message to the specified user.
Syntax
[VB.NET] Public Function SendMessageAsync(ByVal JabberId As String) As Task<string>
[C#] public Task<string> SendMessageAsync(string jabberId);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SendMessageAsync MethodThis method will send a message to the specified user. Syntax[VB.NET] Public Function SendMessageAsync(ByVal JabberId As String) As Task<string> [C#] public Task<string> SendMessageAsync(string jabberId); RemarksThis method is the asynchronous version of the SendMessage method and is used to support asynchronous operations in WinRT. Please refer to SendMessage for more information. |
||