# ReminderServiceStarted.ReminderServiceStarted(SiloAddress?)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.reminders.diagnostics.reminderevents.reminderservicestarted/) | [Constructors](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.reminders.diagnostics.reminderevents.reminderservicestarted/constructors/)

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

```csharp
public ReminderServiceStarted(SiloAddress? siloAddress)
```

Event payload for when a reminder service completes startup and is ready for reminder operations.

### Parameters

- `siloAddress` (`SiloAddress?`): The address of the silo whose reminder service started.
