UserDataTaskListCompleteTaskRequest.ReportCompletedAsync(String) 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.
Informs the client app that the request was processed successfully.
public:
virtual IAsyncAction ^ ReportCompletedAsync(Platform::String ^ completedTaskId) = ReportCompletedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportCompletedAsync(winrt::hstring const& completedTaskId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportCompletedAsync(string completedTaskId);
function reportCompletedAsync(completedTaskId)
Public Function ReportCompletedAsync (completedTaskId As String) As IAsyncAction
Parameters
- completedTaskId
-
String
Platform::String
winrt::hstring
The ID of the task that was processed.
Returns
An asynchronous operation.
- Attributes