Skip to content

AzureBasedReminderTable.RemoveRow(GrainId, string, string)

RemoveRow(GrainId, string, string)

View source
public Task<bool> RemoveRow(GrainId grainId, string reminderName, string eTag)
Removes a row from the table.

Parameters

grainIdGrainId
The grain ID.
reminderNamestring
The reminder name.
eTagstring
The ETag.

Returns

true if a row with grainId and reminderName existed and was removed successfully, false otherwise