IReminderTable.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.
Upserts l’entrée spécifiée.
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)
Paramètres
- entry
- ReminderEntry
Entrée.
Retours
Nouveau ETag de la ligne.