Compartilhar via


IMobileServiceSyncHandler.ExecuteTableOperationAsync Método

Definição

Um método que é chamado para executar uma única operação de tabela em tabela remota.

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)

Parâmetros

operation
IMobileServiceTableOperation

Instância do IMobileServiceTableOperation que representa uma operação de tabela remota.

Retornos

Task<Newtonsoft.Json.Linq.JObject>

Tarefa que retorna a versão do servidor do item.

Aplica-se a