Skip to content

IReminderTable.ReadRow(GrainId, string, CancellationToken)

ReadRow(GrainId, string, CancellationToken)

virtual
View source
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.