GetFeedAsync Method
Fetches an Atom feed.
Syntax
[VB.NET] Public Function GetFeedAsync(ByVal URL As String) As IAsyncAction
[C#] public IAsyncAction GetFeedAsync(string URL);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetFeedAsync MethodFetches an Atom feed. Syntax[VB.NET] Public Function GetFeedAsync(ByVal URL As String) As IAsyncAction [C#] public IAsyncAction 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. |
||