AtomPubClient.RetrieveResourceAsync(Uri) Method

Definition

Retrieves an Entry resource or Media Link resource from the specified Uniform Resource Identifier (URI).

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)

Parameters

uri
Uri Uri

The specified Uniform Resource Identifier (URI).

Returns

The object that is used to retrieve the resource asynchronously and to report the progress and completion status of the operation.

Attributes

Applies to

See also