GetFeedAsync Method
Fetches an RSS feed.
Syntax
[VB.NET] Public Function GetFeedAsync(ByVal URL As String) As Task
[C#] public Task GetFeedAsync(string URL);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetFeedAsync MethodFetches an RSS feed. Syntax[VB.NET] Public Function GetFeedAsync(ByVal URL As String) As Task [C#] public Task GetFeedAsync(string URL); RemarksThis method is the asynchronous version of the GetFeed method and is used to support asynchronous operations in WinRT. Please refer to GetFeed for more information. |
||