Share via


UserDataTaskListLimitedWriteOperations.TrySkipOccurrenceAsync(String) Method

Definition

Asynchronously attempts to skip the current instance of a reoccurring task and move to the next instance.

public:
 virtual IAsyncOperation<bool> ^ TrySkipOccurrenceAsync(Platform::String ^ userDataTaskId) = TrySkipOccurrenceAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TrySkipOccurrenceAsync(winrt::hstring const& userDataTaskId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TrySkipOccurrenceAsync(string userDataTaskId);
function trySkipOccurrenceAsync(userDataTaskId)
Public Function TrySkipOccurrenceAsync (userDataTaskId As String) As IAsyncOperation(Of Boolean)

Parameters

userDataTaskId
String

Platform::String

winrt::hstring

The ID of the reoccurring task.

Returns

A Boolean value indicating if the operation was successful.

Attributes

Applies to