Skip to content

AzureBasedReminderTable.UpsertRow(ReminderEntry)

UpsertRow(ReminderEntry)

View source
public Task<string?> UpsertRow(ReminderEntry entry)
Inserts or replaces a reminder entry.

Parameters

entryReminderEntry
The reminder entry to store.

Returns

The new entity tag when the write succeeds; otherwise, null.

Exceptions

System.ArgumentNullException
entry is null.