AtomPubClient.UpdateResourceItemAsync(SyndicationItem) Method

Definition

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

Applies to

See also