RemoveRow(GrainId, string, string, CancellationToken)
virtual
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.