Skip to content

ReminderEvent Constructors

The base class used for reminder diagnostic events.

ReminderEvent(GrainId, string, SiloAddress?)

View source
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.