Partager via


ISyndicationClient.RetrieveFeedAsync(Uri) Méthode

Définition

Lance une opération asynchrone pour télécharger le flux de syndication à partir de l’URI donné. Cette méthode instancie un objet SyndicationFeed à partir de la chaîne de flux, qui peut être dans l’un des formats spécifiés dans SyndicationFormat.

public:
 IAsyncOperationWithProgress<SyndicationFeed ^, RetrievalProgress> ^ RetrieveFeedAsync(Uri ^ uri);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<SyndicationFeed, RetrievalProgress> RetrieveFeedAsync(Uri const& uri);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<SyndicationFeed,RetrievalProgress> RetrieveFeedAsync(System.Uri uri);
function retrieveFeedAsync(uri)
Public Function RetrieveFeedAsync (uri As Uri) As IAsyncOperationWithProgress(Of SyndicationFeed, RetrievalProgress)

Paramètres

uri
Uri Uri

URI à partir duquel le flux est téléchargé.

Retours

Contient les résultats de l’opération.

Attributs

Remarques

Vous pouvez appeler cette méthode plusieurs fois pour obtenir plusieurs flux simultanément.

S’applique à