MobileServiceSyncHandler.ExecuteTableOperationAsync Méthode
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)
- operation
- IMobileServiceTableOperation
Instance de IMobileServiceTableOperation qui représente une opération de table distante.
Tâche qui se termine lorsque l’opération a été exécutée et que les erreurs ont été gérées.
Produit | Versions |
---|---|
Azure SDK for .NET | Legacy, Latest |
Commentaires sur Azure SDK for .NET
Azure SDK for .NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :