IReminderRegistry.GetReminders Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetReminders() | |
GetReminders(GrainId) |
Obtient tous les rappels actuellement inscrits dans le grain actif. |
GetReminders()
- Source:
- IReminderRegistry.cs
public System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.Runtime.IGrainReminder>> GetReminders ();
abstract member GetReminders : unit -> System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.Runtime.IGrainReminder>>
Public Function GetReminders () As Task(Of List(Of IGrainReminder))
Retours
S’applique à
GetReminders(GrainId)
Obtient tous les rappels actuellement inscrits dans le grain actif.
public System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.Runtime.IGrainReminder>> GetReminders (Orleans.Runtime.GrainId callingGrainId);
abstract member GetReminders : Orleans.Runtime.GrainId -> System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.Runtime.IGrainReminder>>
Public Function GetReminders (callingGrainId As GrainId) As Task(Of List(Of IGrainReminder))
Paramètres
- callingGrainId
- GrainId
ID du grain en cours d’exécution
Retours
Tous les rappels actuellement inscrits dans le grain actif.