Skip to content

IReminderTable.RemoveRow(GrainId, string, string)

RemoveRow(GrainId, string, string)

abstract
public abstract 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