ReminderEvent(GrainId, string, SiloAddress?)
protected ReminderEvent(GrainId grainId, string reminderName, SiloAddress? siloAddress) The base class used for reminder diagnostic events.
Parameters
grainIdGrainId- The grain associated with the reminder.
reminderNamestring- The reminder name.
siloAddressSiloAddress?- The address of the silo associated with the event, if any.
