IReminderTable.UpsertRow(ReminderEntry) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Upserts the specified entry.
public System.Threading.Tasks.Task<string> UpsertRow (Orleans.ReminderEntry entry);
abstract member UpsertRow : Orleans.ReminderEntry -> System.Threading.Tasks.Task<string>
Public Function UpsertRow (entry As ReminderEntry) As Task(Of String)
Parameters
- entry
- ReminderEntry
The entry.
Returns
The row's new ETag.