Skip to content

AzureBasedReminderTable.ReadRow(GrainId, string)

ReadRow(GrainId, string)

View source
public Task<ReminderEntry?> ReadRow(GrainId grainId, string reminderName)
Reads a reminder entry for the specified grain and reminder name.

Parameters

grainIdGrainId
The grain identifier.
reminderNamestring
The reminder name.

Returns

The reminder entry when found; otherwise, null.