Grain.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.
Retourne une liste de tous les rappels inscrits par le grain.
protected virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.Runtime.IGrainReminder>> GetReminders ();
protected 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>>
override this.GetReminders : unit -> System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.Runtime.IGrainReminder>>
member this.GetReminders : unit -> System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.Runtime.IGrainReminder>>
Protected Overridable Function GetReminders () As Task(Of List(Of IGrainReminder))
Protected Function GetReminders () As Task(Of List(Of IGrainReminder))
Retours
Promesse pour la liste des rappels inscrits pour ce grain.