Partager via


VolatileActorStateProvider.IActorStateProvider.LoadRemindersAsync Méthode

Définition

Charge tous les rappels contenus dans le fournisseur d’état de l’acteur.

System.Threading.Tasks.Task<Microsoft.ServiceFabric.Actors.Runtime.IActorReminderCollection> IActorStateProvider.LoadRemindersAsync (System.Threading.CancellationToken cancellationToken);
abstract member Microsoft.ServiceFabric.Actors.Runtime.IActorStateProvider.LoadRemindersAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.ServiceFabric.Actors.Runtime.IActorReminderCollection>
override this.Microsoft.ServiceFabric.Actors.Runtime.IActorStateProvider.LoadRemindersAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.ServiceFabric.Actors.Runtime.IActorReminderCollection>
Function LoadRemindersAsync (cancellationToken As CancellationToken) As Task(Of IActorReminderCollection) Implements IActorStateProvider.LoadRemindersAsync

Paramètres

cancellationToken
CancellationToken

Jeton d’annulation pour l’opération de chargement asynchrone.

Retours

Tâche qui représente l’opération de chargement asynchrone. La valeur du paramètre TResult est une collection de tous les rappels d’acteur contenus dans le fournisseur d’état de l’acteur.

Implémente

Exceptions

L'opération a été annulée.

S’applique à