Compartir a través de


VolatileActorStateProvider.IActorStateProvider.DeleteRemindersAsync Método

Definición

Elimina el conjunto de recordatorios 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>>

Conjunto de recordatorios que se van a eliminar.

cancellationToken
CancellationToken

Token para supervisar solicitudes de cancelación.

Devoluciones

Tarea que representa la operación de eliminación asincrónica.

Implementaciones

Excepciones

Operación cancelada.

Se aplica a