Skip to content

AzureBasedReminderTable.ReadRows(GrainId)

ReadRows(GrainId)

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