Starts an asynchronous operation to download the syndication feed from the given URI. This method instantiates a SyndicationFeed object from the feed string, which can be in one of the formats specified in SyndicationFormat.
Syntax
Public Function RetrieveFeedAsync( uri As Uri ) As IAsyncOperationWithProgress(Of SyndicationFeed, RetrievalProgress)
Parameters
- uri
-
Type: Uri [JavaScript] | System.Uri [.NET] | Windows::Foundation::Uri [C++]
The URI from which the feed is downloaded.
Return value
Type: IAsyncOperationWithProgress<SyndicationFeed, RetrievalProgress>
Contains the results of the operation.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012