RemoveRow(GrainId, string, string)
public Task<bool> RemoveRow(GrainId grainId, string reminderName, string eTag) Removes a reminder entry when its entity tag matches the stored entry.
Parameters
grainIdGrainId- The grain identifier.
reminderNamestring- The reminder name.
eTagstring- The entity tag used for optimistic concurrency.
Returns
true when the entry was removed; otherwise, false. 