GetReminders(GrainId)
abstract
public abstract Task<List<IGrainReminder>> GetReminders(GrainId callingGrainId) Gets all reminders which are currently registered to the active grain.
Parameters
callingGrainIdGrainId- The ID of the the currently executing grain
Returns
All reminders which are currently registered to the active grain.
