SendMessageAsync Method
Sends a message to all recipients in the recipient list.
Syntax
[VB.NET] Public Function SendMessageAsync(ByVal Message As String) As Task<string>
[C#] public Task<string> SendMessageAsync(string message);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SendMessageAsync MethodSends a message to all recipients in the recipient list. Syntax[VB.NET] Public Function SendMessageAsync(ByVal Message As String) As Task<string> [C#] public Task<string> SendMessageAsync(string message); 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. |
||