UserDataTaskListLimitedWriteOperations.TrySkipOccurrenceAsync(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 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