AtomPubClient.RetrieveMediaResourceAsync(Uri) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
The object used to retrieve the media resource and report the progress and completion status of the operation.
- Attributes