TickCompleted(GrainId, string, TickStatus, SiloAddress?)
public TickCompleted(GrainId grainId, string reminderName, TickStatus status, SiloAddress? siloAddress) Event payload for when a reminder tick has completed successfully.
Parameters
grainIdGrainId- The grain associated with the reminder.
reminderNamestring- The reminder name.
statusTickStatus- The tick status passed to the grain.
siloAddressSiloAddress?- The address of the silo handling this reminder.
