Condividi tramite


IReminderRegistry.GetReminders Metodo

Definizione

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.

Si applica a