Skip to content

IReminderTable.UpsertRow(ReminderEntry, CancellationToken)

UpsertRow(ReminderEntry, CancellationToken)

virtual
View source
public virtual Task<string?> UpsertRow(ReminderEntry entry, CancellationToken cancellationToken)
Upserts the specified entry.

Parameters

entryReminderEntry
The entry.
cancellationTokenCancellationToken
The cancellation token.

Returns

The row's new ETag.