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