LocalReminderScheduleChanged(GrainId, string, object, long, SiloAddress?)
public LocalReminderScheduleChanged(GrainId grainId, string reminderName, object identity, long scheduleVersion, SiloAddress? siloAddress) Event payload for when a local reminder schedule is invalidated and must be re-armed.
Parameters
grainIdGrainId- The grain associated with the reminder.
reminderNamestring- The reminder name.
identityobject- The object reference used to correlate this local reminder instance across lifecycle events.
scheduleVersionlong- The local schedule version associated with the change.
siloAddressSiloAddress?- The address of the silo handling this reminder.
