Compartilhar via


MobileServiceSyncHandler.ExecuteTableOperationAsync Método

Definição

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

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)

Parâmetros

operation
IMobileServiceTableOperation

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

Retornos

Task<Newtonsoft.Json.Linq.JObject>

Tarefa concluída quando a operação foi executada e erros foram tratados.

Implementações

Aplica-se a