AtomPubClient.RetrieveMediaResourceAsync(Uri) Method

Definition

Retrieves a media link resource from the specified Uniform Resource Identifier (URI).

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

Parameters

uri
Uri Uri

The Uniform Resource Identifier (URI) for the media resource.

Returns

The object used to retrieve the media resource and report the progress and completion status of the operation.

Attributes

Applies to