SendAsync Method
Sends the current message.
Syntax
[VB.NET]
Public Function SendAsync() As Task
[C#]
public Task SendAsync();
Remarks
This method is the asynchronous version of the
Send method and is used to support asynchronous operations in WinRT. Please refer to
Send for more information.