MobileServiceSyncHandler.ExecuteTableOperationAsync 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 appelée pour exécuter une seule opération de table sur une table distante.
public virtual System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JObject> ExecuteTableOperationAsync (Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceTableOperation operation);
abstract member ExecuteTableOperationAsync : Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceTableOperation -> System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JObject>
override this.ExecuteTableOperationAsync : Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceTableOperation -> System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JObject>
Public Overridable Function ExecuteTableOperationAsync (operation As IMobileServiceTableOperation) As Task(Of JObject)
Paramètres
- operation
- IMobileServiceTableOperation
Instance de IMobileServiceTableOperation qui représente une opération de table distante.
Retours
Task<Newtonsoft.Json.Linq.JObject>
Tâche qui se termine lorsque l’opération a été exécutée et que les erreurs ont été gérées.
Implémente
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