# AzureBasedReminderTable.ReadRow(GrainId, string)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.reminders.azurestorage/orleans.runtime.reminderservice.azurebasedremindertable/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.reminders.azurestorage/orleans.runtime.reminderservice.azurebasedremindertable/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Reminders.AzureStorage/Storage/AzureBasedReminderTable.cs#L200-L211)

```csharp
public 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.
