PostArticleAsync Method
Posts the current article and attached file.
Syntax
[VB.NET]
Public Function PostArticleAsync() As Task
[C#]
public Task PostArticleAsync();
Remarks
This method is the asynchronous version of the
PostArticle method and is used to support asynchronous operations in WinRT. Please refer to
PostArticle for more information.