# IReminderTable.ReadRow(GrainId, string)

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

```csharp
public abstract Task<ReminderEntry> ReadRow(GrainId grainId, string reminderName)
```

Reads the specified entry.

### Parameters

- `grainId` (`GrainId`): The grain ID.
- `reminderName` (`string`): Name of the reminder.

### Returns

The reminder table entry.
