IReminderRegistry.GetReminders Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GetReminders() | |
GetReminders(GrainId) |
Ottiene tutti i promemoria attualmente registrati nel granularità attiva. |
GetReminders()
- Origine:
- 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))
Restituisce
Si applica a
GetReminders(GrainId)
Ottiene tutti i promemoria attualmente registrati nel granularità attiva.
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))
Parametri
- callingGrainId
- GrainId
ID dell'oggetto attualmente in esecuzione
Restituisce
Tutti i promemoria attualmente registrati nel granularità attiva.