ReminderEvent
class
Namespace: Orleans.Reminders.Diagnostics
The base class used for reminder diagnostic events.
public abstract class ReminderEventConstructors
ReminderEvent(GrainId, string, SiloAddress?)The base class used for reminder diagnostic events.
Fields
GrainIdThe grain associated with the reminder.ReminderNameThe reminder name.SiloAddressThe address of the silo associated with the event, if any.
