ReadRow(GrainId, string)
public 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.
public Task<ReminderEntry> ReadRow(GrainId grainId, string reminderName)grainIdGrainIdreminderNamestring