Skip to content

AzureBasedReminderTable.ReadRow(GrainId, string)

ReadRow(GrainId, string)

View source
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.