# TickFiring Constructors

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

## TickFiring(GrainId, string, TickStatus, SiloAddress?) {#constructor-orleans-runtime-grainid-string-orleans-runtime-tickstatus-orleans-ru-26d7c6fb}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.reminders/orleans.reminders.diagnostics.reminderevents.tickfiring/constructors/constructor-orleans-runtime-grainid-string-orleans-runtime-tickstatus-orleans-ru-26d7c6fb/)

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

```csharp
public TickFiring(GrainId grainId, string reminderName, TickStatus status, SiloAddress? siloAddress)
```

Event payload for when a reminder tick is about to fire.

### Parameters

- `grainId` (`GrainId`): The grain associated with the reminder.
- `reminderName` (`string`): The reminder name.
- `status` (`TickStatus`): The tick status passed to the grain.
- `siloAddress` (`SiloAddress?`): The address of the silo handling this reminder.
