# IReminderTable.ReadRows(GrainId, CancellationToken)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.iremindertable/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.iremindertable/methods/)

[Source](https://github.com/dotnet/orleans/blob/1644940b035c7bdf215a4fd7135757c06bcfe9ec/src/Orleans.Reminders/SystemTargetInterfaces/IReminderTable.cs#L46)

```csharp
public virtual Task<ReminderTableData> ReadRows(GrainId grainId, CancellationToken cancellationToken)
```

Reads the reminder table entries associated with the specified grain.

### Parameters

- `grainId` (`GrainId`): The grain ID.
- `cancellationToken` (`CancellationToken`): The cancellation token.

### Returns

The reminder table entries associated with the specified grain.
