UserDataTaskListCreateOrUpdateTaskRequest.ReportCompletedAsync Method

Definition

Informs the client app that the request was processed successfully.

public:
 virtual IAsyncAction ^ ReportCompletedAsync(UserDataTask ^ createdOrUpdatedUserDataTask) = ReportCompletedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportCompletedAsync(UserDataTask const& createdOrUpdatedUserDataTask);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportCompletedAsync(UserDataTask createdOrUpdatedUserDataTask);
function reportCompletedAsync(createdOrUpdatedUserDataTask)
Public Function ReportCompletedAsync (createdOrUpdatedUserDataTask As UserDataTask) As IAsyncAction

Parameters

createdOrUpdatedUserDataTask
UserDataTask

The UserDataTask of the task that was created or updated.

Returns

An asynchronous operation.

Attributes

Applies to