Skip to content

GrainReminderExtensions.GetReminder(IGrainBase, string)

GetReminder(IGrainBase, string)

staticextension
View source
public static Task<IGrainReminder?> GetReminder(this IGrainBase grain, string reminderName)
Returns a previously registered reminder.

Parameters

grainIGrainBase
A grain.
reminderNamestring
Reminder to return

Returns

Promise for Reminder handle.