Skip to content

IReminderRegistry.UnregisterReminder(GrainId, IGrainReminder, CancellationToken)

UnregisterReminder(GrainId, IGrainReminder, CancellationToken)

virtual
View source
public virtual Task UnregisterReminder(GrainId callingGrainId, IGrainReminder reminder, CancellationToken cancellationToken)
Unregisters a reminder from the specified grain.

Parameters

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

Returns

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