Skip to content

IReminderTable.RemoveRow(GrainId, string, string, CancellationToken)

RemoveRow(GrainId, string, string, CancellationToken)

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

Parameters

grainIdGrainId
The grain ID.
reminderNamestring
The reminder name.
eTagstring
The ETag.
cancellationTokenCancellationToken
The cancellation token.

Returns

true if the row was removed; otherwise, false.