Skip to content

Unregistered Constructors

Event payload for when a reminder is unregistered.

Unregistered(GrainId, string, SiloAddress?)

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