ReadRow(GrainId, string)
public Task<ReminderEntry?> ReadRow(GrainId grainId, string reminderName) Reads a reminder entry for the specified grain and reminder name.
Parameters
grainIdGrainId- The grain identifier.
reminderNamestring- The reminder name.
Returns
The reminder entry when found; otherwise,
null.