ReadRow(GrainId, string, CancellationToken)
virtual
public virtual Task<ReminderEntry?> ReadRow(GrainId grainId, string reminderName, CancellationToken cancellationToken) Reads the specified entry.
Parameters
grainIdGrainId- The grain ID.
reminderNamestring- Name of the reminder.
cancellationTokenCancellationToken- The cancellation token.
Returns
The reminder table entry.
