PostArticleAsync Method
Posts the current article and attached file.
Syntax
[VB.NET] Public Function PostArticleAsync() As Task
[C#] public Task PostArticleAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
PostArticleAsync MethodPosts the current article and attached file. Syntax[VB.NET] Public Function PostArticleAsync() As Task [C#] public Task PostArticleAsync(); RemarksThis 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. |
||