Partager via


IReminderRegistry.GetReminders Méthode

Définition

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.

S’applique à