# Unregistered Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.reminders.diagnostics.reminderevents.unregistered/)

## Unregistered(GrainId, string, SiloAddress?) {#constructor-orleans-runtime-grainid-string-orleans-runtime-siloaddress-nullable-9e24c000}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.reminders.diagnostics.reminderevents.unregistered/constructors/constructor-orleans-runtime-grainid-string-orleans-runtime-siloaddress-nullable-9e24c000/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Reminders/Diagnostics/ReminderEvents.cs#L100)

```csharp
public Unregistered(GrainId grainId, string reminderName, SiloAddress? siloAddress)
```

Event payload for when a reminder is unregistered.

### Parameters

- `grainId` (`GrainId`): The grain associated with the reminder.
- `reminderName` (`string`): The reminder name.
- `siloAddress` (`SiloAddress?`): The address of the silo that was handling this reminder.
