IReminderTable.UpsertRow(ReminderEntry) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- entry
- ReminderEntry
A entrada.
Retornos
A nova ETag da linha.