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