ISyndicationClient.RetrieveFeedAsync method

This topic has not yet been rated - Rate this topic

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

Windows.Web.Syndication
Windows::Web::Syndication [C++]

Metadata

Windows.winmd

See also

ISyndicationClient

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.