Skip to content

IReminderService.GetReminders(GrainId)

GetReminders(GrainId)

abstract
public abstract Task<List<IGrainReminder>> GetReminders(GrainId grainId)
Gets all reminders registered for the specified grain.

Parameters

grainIdGrainId
A reference to the grain.

Returns

A list of all registered reminders for the specified grain.