Skip to content

IReminderRegistry.GetReminder(GrainId, string)

GetReminder(GrainId, string)

abstract
public abstract Task<IGrainReminder> GetReminder(GrainId callingGrainId, string reminderName)
Gets the reminder with the specified name which is registered to the currently active grain.

Parameters

callingGrainIdGrainId
The ID of the the currently executing grain
reminderNamestring
The reminder name.

Returns

The reminder.