Partilhar via


ReliableCollectionsActorStateProvider.IActorStateProvider.DeleteRemindersAsync Método

Definição

Exclui o conjunto de lembretes especificado.

System.Threading.Tasks.Task IActorStateProvider.DeleteRemindersAsync (System.Collections.Generic.IReadOnlyDictionary<Microsoft.ServiceFabric.Actors.ActorId,System.Collections.Generic.IReadOnlyCollection<string>> reminderNames, System.Threading.CancellationToken cancellationToken);
abstract member Microsoft.ServiceFabric.Actors.Runtime.IActorStateProvider.DeleteRemindersAsync : System.Collections.Generic.IReadOnlyDictionary<Microsoft.ServiceFabric.Actors.ActorId, System.Collections.Generic.IReadOnlyCollection<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.Microsoft.ServiceFabric.Actors.Runtime.IActorStateProvider.DeleteRemindersAsync : System.Collections.Generic.IReadOnlyDictionary<Microsoft.ServiceFabric.Actors.ActorId, System.Collections.Generic.IReadOnlyCollection<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Function DeleteRemindersAsync (reminderNames As IReadOnlyDictionary(Of ActorId, IReadOnlyCollection(Of String)), cancellationToken As CancellationToken) As Task Implements IActorStateProvider.DeleteRemindersAsync

Parâmetros

reminderNames
IReadOnlyDictionary<ActorId,IReadOnlyCollection<String>>

O conjunto de lembretes a serem excluídos.

cancellationToken
CancellationToken

O token a se monitorar para solicitações de cancelamento.

Retornos

Uma tarefa que representa a operação de exclusão assíncrona.

Implementações

Aplica-se a