IReminderRegistry
interface
Namespace: Orleans.Timers
Functionality for managing reminders.
public interface IReminderRegistry : IGrainServiceClient<IReminderService>Methods
GetReminder(GrainId, string)Gets the reminder with the specified name which is registered to the currently active grain.GetReminders(GrainId)Gets all reminders which are currently registered to the active grain.RegisterOrUpdateReminder(GrainId, string, TimeSpan, TimeSpan)Register or update the reminder with the specified name for the currently active grain.UnregisterReminder(GrainId, IGrainReminder)Unregisters a reminder from the currently active grain.
