# GrainReminderExtensions

Package: [Microsoft.Orleans.Reminders](/orleans/docs/api/csharp/microsoft.orleans.reminders/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Reminders) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Reminders/GrainReminderExtensions.cs#L13)

```csharp
public static class GrainReminderExtensions
```

Extension methods for accessing reminders from a [Grain](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.grain/) or [IGrainBase](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.igrainbase/) implementation.

## Methods

- [GetReminder(Grain, string)](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.grainreminderextensions/methods/getreminder-this-orleans-grain-string-7f2d49f0/)
- [GetReminder(IGrainBase, string)](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.grainreminderextensions/methods/getreminder-this-orleans-igrainbase-string-d8e34efe/)
- [GetReminders(Grain)](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.grainreminderextensions/methods/getreminders-this-orleans-grain-38acda5a/)
- [GetReminders(IGrainBase)](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.grainreminderextensions/methods/getreminders-this-orleans-igrainbase-472ff948/)
- [RegisterOrUpdateReminder(Grain, string, TimeSpan, TimeSpan)](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.grainreminderextensions/methods/registerorupdatereminder-this-orleans-grain-string-system-timespan-system-timesp-d11e0c96/)
- [RegisterOrUpdateReminder(IGrainBase, string, TimeSpan, TimeSpan)](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.grainreminderextensions/methods/registerorupdatereminder-this-orleans-igrainbase-string-system-timespan-system-t-d8a6f830/)
- [UnregisterReminder(Grain, IGrainReminder)](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.grainreminderextensions/methods/unregisterreminder-this-orleans-grain-orleans-runtime-igrainreminder-a7f3ee2f/)
- [UnregisterReminder(IGrainBase, IGrainReminder)](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.grainreminderextensions/methods/unregisterreminder-this-orleans-igrainbase-orleans-runtime-igrainreminder-524a7a67/)
