Partager via


IMobileServiceSyncHandler.ExecuteTableOperationAsync Méthode

Définition

Méthode appelée pour exécuter une opération de table unique sur une table distante.

public 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>
Public 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 retourne la version serveur de l’élément.

S’applique à