FetchArticleHeadersAsync Method
Gets only the headers of an article specified in CurrentArticle .
Syntax
[VB.NET] Public Function FetchArticleHeadersAsync() As Task
[C#] public Task FetchArticleHeadersAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
FetchArticleHeadersAsync MethodGets only the headers of an article specified in CurrentArticle . Syntax[VB.NET] Public Function FetchArticleHeadersAsync() As Task [C#] public Task FetchArticleHeadersAsync(); RemarksThis method is the asynchronous version of the FetchArticleHeaders method and is used to support asynchronous operations in WinRT. Please refer to FetchArticleHeaders for more information. |
||