Partager via


IActorStateProvider.ReminderCallbackCompletedAsync Méthode

Définition

Appelé lorsqu’un rappel se déclenche et termine l’exécution de son rappel ReceiveReminderAsync(String, Byte[], TimeSpan, TimeSpan) .

public System.Threading.Tasks.Task ReminderCallbackCompletedAsync (Microsoft.ServiceFabric.Actors.ActorId actorId, Microsoft.ServiceFabric.Actors.Runtime.IActorReminder reminder, System.Threading.CancellationToken cancellationToken = default);
abstract member ReminderCallbackCompletedAsync : Microsoft.ServiceFabric.Actors.ActorId * Microsoft.ServiceFabric.Actors.Runtime.IActorReminder * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function ReminderCallbackCompletedAsync (actorId As ActorId, reminder As IActorReminder, Optional cancellationToken As CancellationToken = Nothing) As Task

Paramètres

actorId
ActorId

ID de l’acteur qui possède le rappel

reminder
IActorReminder

Rappel de l’acteur qui s’est terminé avec succès.

cancellationToken
CancellationToken

Jeton pour surveiller les requêtes d'annulation.

Retours

Une tâche qui représente le rappel asynchrone a terminé le traitement de la notification.

S’applique à