Skip to content

IReminderRegistry.GetReminders(GrainId, CancellationToken)

GetReminders(GrainId, CancellationToken)

virtual
View source
public virtual Task<List<IGrainReminder>> GetReminders(GrainId callingGrainId, CancellationToken cancellationToken)
Gets all reminders registered to the specified grain.

Parameters

callingGrainIdGrainId
The ID of the currently executing grain.
cancellationTokenCancellationToken
The cancellation token.

Returns

All reminders registered to the specified grain.