UserDataTaskListLimitedWriteOperations.TrySkipOccurrenceAsync(String) 方法

定义

异步尝试跳过当前重复任务的实例并移动到下一个实例。

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)

参数

userDataTaskId
String

Platform::String

winrt::hstring

重复任务的 ID。

返回

一个布尔值,指示操作是否成功。

属性

适用于