IReminderRegistry.GetReminder 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
GetReminder(String) | |
GetReminder(GrainId, String) |
Ottiene il promemoria con il nome specificato registrato nella granularità attualmente attiva. |
GetReminder(String)
- Origine:
- IReminderRegistry.cs
public System.Threading.Tasks.Task<Orleans.Runtime.IGrainReminder> GetReminder (string reminderName);
abstract member GetReminder : string -> System.Threading.Tasks.Task<Orleans.Runtime.IGrainReminder>
Public Function GetReminder (reminderName As String) As Task(Of IGrainReminder)
Parametri
- reminderName
- String
Restituisce
Si applica a
GetReminder(GrainId, String)
Ottiene il promemoria con il nome specificato registrato nella granularità attualmente attiva.
public System.Threading.Tasks.Task<Orleans.Runtime.IGrainReminder> GetReminder (Orleans.Runtime.GrainId callingGrainId, string reminderName);
abstract member GetReminder : Orleans.Runtime.GrainId * string -> System.Threading.Tasks.Task<Orleans.Runtime.IGrainReminder>
Public Function GetReminder (callingGrainId As GrainId, reminderName As String) As Task(Of IGrainReminder)
Parametri
- callingGrainId
- GrainId
ID dell'oggetto attualmente in esecuzione
- reminderName
- String
Nome del promemoria.
Restituisce
Promemoria.