ReadRows(uint, uint, CancellationToken)
virtual
public virtual Task<ReminderTableData> ReadRows(uint begin, uint end, CancellationToken cancellationToken) Returns all rows whose grain hash is in the specified range.
Parameters
beginuint- The exclusive lower bound.
enduint- The inclusive upper bound.
cancellationTokenCancellationToken- The cancellation token.
Returns
The reminder table entries which fall within the specified range.
