GetReminder(GrainId, string)
abstract
public abstract Task<IGrainReminder> GetReminder(GrainId grainId, string reminderName) Gets the reminder registered to the specified grain with the provided name.
Parameters
grainIdGrainId- A reference to the grain which the reminder is registered on.
reminderNamestring- The name of the reminder.
Returns
The reminder.
