ReadRow(GrainId, string)
abstract
public abstract Task<ReminderEntry> ReadRow(GrainId grainId, string reminderName) Reads the specified entry.
Parameters
grainIdGrainId- The grain ID.
reminderNamestring- Name of the reminder.
Returns
The reminder table entry.
