GetReminders(GrainId, CancellationToken)
virtual
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.
