Unregistered(GrainId, string, SiloAddress?)
public Unregistered(GrainId grainId, string reminderName, SiloAddress? siloAddress) Event payload for when a reminder is unregistered.
Parameters
grainIdGrainId- The grain associated with the reminder.
reminderNamestring- The reminder name.
siloAddressSiloAddress?- The address of the silo that was handling this reminder.
