ReadRows(GrainId)
abstract
public abstract Task<ReminderTableData> ReadRows(GrainId grainId) Reads the reminder table entries associated with the specified grain.
Parameters
grainIdGrainId- The grain ID.
Returns
The reminder table entries associated with the specified grain.
