GetFeedAsync Method
Fetches an RSS feed.
Syntax
[VB.NET]
Public Function GetFeedAsync(ByVal URL As String) As Task
[C#]
public Task GetFeedAsync(string URL);
Remarks
This 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.