Skip to content

IReminderTable.ReadRows(GrainId, CancellationToken)

ReadRows(GrainId, CancellationToken)

virtual
View source
public virtual Task<ReminderTableData> ReadRows(GrainId grainId, CancellationToken cancellationToken)
Reads the reminder table entries associated with the specified grain.

Parameters

grainIdGrainId
The grain ID.
cancellationTokenCancellationToken
The cancellation token.

Returns

The reminder table entries associated with the specified grain.