Initiates 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
IAsyncOperationWithProgress<SyndicationFeed, RetrievalProgress>^ RetrieveFeedAsync( Uri^ uri )
Parameters
- uri
-
Type: 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.
Remarks
You can call this method multiple times to get several feeds simultaneously.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012