UserDataTaskList.DeleteTaskAsync(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.
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