IMobileServiceSyncTable.UpdateAsync(JObject) Méthode

Définition

Met à jour une instance dans la table.

public System.Threading.Tasks.Task UpdateAsync (Newtonsoft.Json.Linq.JObject instance);
abstract member UpdateAsync : Newtonsoft.Json.Linq.JObject -> System.Threading.Tasks.Task
Public Function UpdateAsync (instance As JObject) As Task

Paramètres

instance
Newtonsoft.Json.Linq.JObject

Instance à mettre à jour dans la table.

Retours

Tâche qui se termine lorsque la mise à jour est terminée.

S’applique à