Partager via


MobileServiceSyncHandler.ExecuteTableOperationAsync Méthode

Définition

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 à