IReminderService
interface
Namespace: Orleans
Functionality for managing reminders.
public interface IReminderService : ISystemTarget, IAddressable, IGrainServiceMethods
GetReminder(GrainId, string)Gets the reminder registered to the specified grain with the provided name.GetReminders(GrainId)Gets all reminders registered for the specified grain.RegisterOrUpdateReminder(GrainId, string, TimeSpan, TimeSpan)Registers a new reminder or updates an existing one.StartStarts the service.StopStops the service.UnregisterReminder(IGrainReminder)Unregisters the specified reminder.
