Skip to content

IRemindable Methods

Callback interface that grains must implement in order to be able to register and receive Reminders.

ReceiveReminder(string, TickStatus)

abstract
public abstract Task ReceiveReminder(string reminderName, TickStatus status)
Receive a new Reminder.

Parameters

reminderNamestring
Name of this Reminder
statusTickStatus
Status of this Reminder tick

Returns

Completion promise which the grain will resolve when it has finished processing this Reminder tick.