[VB.NET]
Public Function CreateMessageAsync(ByVal MessageText As String)AsTask
[C#]
public Task CreateMessageAsync(string messageText);
Remarks
This method is the asynchronous version of the CreateMessage method and is used to support asynchronous operations in WinRT. Please refer to CreateMessage for more information.