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)grainIdGrainIdreminderNamestringpublic Task<ReminderTableData> ReadRows(GrainId grainId)grainIdGrainIdpublic Task<ReminderTableData> ReadRows(uint begin, uint end)GrainId in the range (begin, end]. If begin is greater or equal to end, returns all entries with hash greater begin or hash less or equal to end. beginuintenduintpublic Task<bool> RemoveRow(GrainId grainId, string reminderName, string eTag)grainIdGrainIdreminderNamestringeTagstringgrainId and reminderName existed and was removed successfully, false otherwisepublic Task StartAsync(CancellationToken cancellationToken)cancellationTokenCancellationTokenSystem.Threading.Tasks.Task representing the work performed.public Task StopAsync(CancellationToken cancellationToken)cancellationTokenCancellationTokenSystem.Threading.Tasks.Task representing the work performed.public Task TestOnlyClearTable()System.Threading.Tasks.Task representing the work performed.public Task<string> UpsertRow(ReminderEntry entry)entryReminderEntry