IMobileServiceSyncTable.InsertAsync(JObject) 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.
Insère une instance
dans la table.
public System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JObject> InsertAsync (Newtonsoft.Json.Linq.JObject instance);
abstract member InsertAsync : Newtonsoft.Json.Linq.JObject -> System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JObject>
Public Function InsertAsync (instance As JObject) As Task(Of JObject)
Paramètres
- instance
- Newtonsoft.Json.Linq.JObject
Instance à insérer dans la table.
Retours
Task<Newtonsoft.Json.Linq.JObject>
Tâche qui se termine lorsque l'insertion est terminée.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET