AtomPubClient.RetrieveResourceAsync(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 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
Returns
The object that is used to retrieve the resource asynchronously and to report the progress and completion status of the operation.
- Attributes