Compartilhar via


UserDataTaskListLimitedWriteOperations.TrySkipOccurrenceAsync(String) Método

Definição

Tenta de forma assíncrona ignorar a instância atual de uma tarefa recorrente e passar para a próxima instância.

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)

Parâmetros

userDataTaskId
String

Platform::String

winrt::hstring

A ID da tarefa recorrente.

Retornos

Um valor booliano que indica se a operação foi bem-sucedida.

Atributos

Aplica-se a