Skip to content

GrainReminderExtensions.UnregisterReminder(IGrainBase, IGrainReminder, CancellationToken)

UnregisterReminder(IGrainBase, IGrainReminder, CancellationToken)

staticextension
View source
public static Task UnregisterReminder(this IGrainBase grain, IGrainReminder reminder, CancellationToken cancellationToken)
Unregisters a previously registered reminder.

Parameters

grainIGrainBase
The grain instance.
reminderIGrainReminder
The reminder.
cancellationTokenCancellationToken
The cancellation token.

Returns

A task representing the operation.