AtomPubClient.UpdateResourceItemAsync(SyndicationItem) 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.
Updates an existing Entry or Media Link resource. This differs from the UpdateResourceAsync method in that the EditUri property of the specified SyndicationItem object is used as the Uri of the resource to be updated.
public:
virtual IAsyncActionWithProgress<TransferProgress> ^ UpdateResourceItemAsync(SyndicationItem ^ item) = UpdateResourceItemAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncActionWithProgress<TransferProgress> UpdateResourceItemAsync(SyndicationItem const& item);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncActionWithProgress<TransferProgress> UpdateResourceItemAsync(SyndicationItem item);
function updateResourceItemAsync(item)
Public Function UpdateResourceItemAsync (item As SyndicationItem) As IAsyncActionWithProgress(Of TransferProgress)
Parameters
- item
- SyndicationItem
The resource to be updated.
Returns
The object that is used to update the resource asynchronously and to report the progress and completion status of the operation.
- Attributes