Skip to content

AzureBasedReminderTable.ReadRows(uint, uint)

ReadRows(uint, uint)

View source
public Task<ReminderTableData> ReadRows(uint begin, uint end)
Returns all rows that have their 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.

Parameters

beginuint
The exclusive lower bound.
enduint
The inclusive upper bound.

Returns

The reminder table entries which fall within the specified range.