UserDataTaskList.DeleteTaskAsync(String) Method

Definition

Asynchronously deletes and individual UserDataTask from this UserDataTaskList and the UserDataTaskStore.

public:
 virtual IAsyncAction ^ DeleteTaskAsync(Platform::String ^ userDataTaskId) = DeleteTaskAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction DeleteTaskAsync(winrt::hstring const& userDataTaskId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction DeleteTaskAsync(string userDataTaskId);
function deleteTaskAsync(userDataTaskId)
Public Function DeleteTaskAsync (userDataTaskId As String) As IAsyncAction

Parameters

userDataTaskId
String

Platform::String

winrt::hstring

The UserDataTask to delete.

Returns

An async action indicating that the method is complete.

Attributes

Applies to