Share via


AtomPubClient.RetrieveResourceAsync(Uri) Methode

Definition

Ruft eine Eintragsressource oder Media Link-Ressource aus dem angegebenen Uniform Resource Identifier (URI) ab.

public:
 virtual IAsyncOperationWithProgress<SyndicationItem ^, RetrievalProgress> ^ RetrieveResourceAsync(Uri ^ uri) = RetrieveResourceAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<SyndicationItem, RetrievalProgress> RetrieveResourceAsync(Uri const& uri);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<SyndicationItem,RetrievalProgress> RetrieveResourceAsync(System.Uri uri);
function retrieveResourceAsync(uri)
Public Function RetrieveResourceAsync (uri As Uri) As IAsyncOperationWithProgress(Of SyndicationItem, RetrievalProgress)

Parameter

uri
Uri Uri

Der angegebene URI (Uniform Resource Identifier).

Gibt zurück

Das Objekt, das verwendet wird, um die Ressource asynchron abzurufen und den Fortschritt und die Vervollständigung status des Vorgangs zu melden.

Attribute

Gilt für:

Weitere Informationen