DynamoDBReminderTable.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.
Async method to put an entry into the remider table
public System.Threading.Tasks.Task<string> UpsertRow (Orleans.ReminderEntry entry);
abstract member UpsertRow : Orleans.ReminderEntry -> System.Threading.Tasks.Task<string>
override this.UpsertRow : Orleans.ReminderEntry -> System.Threading.Tasks.Task<string>
Public Function UpsertRow (entry As ReminderEntry) As Task(Of String)
Parameters
- entry
- ReminderEntry
The entry to put
Returns
Return the entry ETag if entry was upsert successfully