Skip to content

AzureBasedReminderTable.ReadRows(GrainId)

ReadRows(GrainId)

View source
public Task<ReminderTableData> ReadRows(GrainId grainId)
Reads all reminder entries associated with the specified grain.

Parameters

grainIdGrainId
The grain identifier.

Returns

The reminder entries associated with grainId.