Skip to content

IReminderRegistry.UnregisterReminder(GrainId, IGrainReminder)

UnregisterReminder(GrainId, IGrainReminder)

abstract
public abstract Task UnregisterReminder(GrainId callingGrainId, IGrainReminder reminder)
Unregisters a reminder from the currently active grain.

Parameters

callingGrainIdGrainId
The ID of the the currently executing grain
reminderIGrainReminder
The reminder to unregister.

Returns

A System.Threading.Tasks.Task representing the operation.