LocalReminderStarted(GrainId, string, object, SiloAddress?)
public LocalReminderStarted(GrainId grainId, string reminderName, object identity, SiloAddress? siloAddress) Event payload for when a silo starts a local timer for a reminder instance.
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.
siloAddressSiloAddress?- The address of the silo handling this reminder.
