DynamoDBReminderTable.UpsertRow(ReminderEntry) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Méthode asynchrone pour placer une entrée dans la table remider
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)
Paramètres
- entry
- ReminderEntry
Entrée à placer
Retours
Retourner l’ETag d’entrée si l’upsert a été correctement effectuée