Partilhar via


KvsActorStateProviderBase.IActorStateProvider.ReminderCallbackCompletedAsync Método

Definição

Esse método é invocado quando um lembrete é acionado e termina de executar seu retorno de chamada com êxito ReceiveReminderAsync(String, Byte[], TimeSpan, TimeSpan) .

System.Threading.Tasks.Task IActorStateProvider.ReminderCallbackCompletedAsync (Microsoft.ServiceFabric.Actors.ActorId actorId, Microsoft.ServiceFabric.Actors.Runtime.IActorReminder reminder, System.Threading.CancellationToken cancellationToken);
abstract member Microsoft.ServiceFabric.Actors.Runtime.IActorStateProvider.ReminderCallbackCompletedAsync : Microsoft.ServiceFabric.Actors.ActorId * Microsoft.ServiceFabric.Actors.Runtime.IActorReminder * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.Microsoft.ServiceFabric.Actors.Runtime.IActorStateProvider.ReminderCallbackCompletedAsync : Microsoft.ServiceFabric.Actors.ActorId * Microsoft.ServiceFabric.Actors.Runtime.IActorReminder * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Function ReminderCallbackCompletedAsync (actorId As ActorId, reminder As IActorReminder, cancellationToken As CancellationToken) As Task Implements IActorStateProvider.ReminderCallbackCompletedAsync

Parâmetros

actorId
ActorId

A ID do ator que possui lembrete

reminder
IActorReminder

O lembrete do ator que foi concluído com êxito.

cancellationToken
CancellationToken

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

Retornos

Uma tarefa que representa o processamento de notificação de retorno de chamada de lembrete assíncrono concluído.

Implementações

Aplica-se a