你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IMobileServiceSyncHandler.ExecuteTableOperationAsync 方法

定义

调用的方法,用于对远程表执行单个表操作。

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)

参数

operation
IMobileServiceTableOperation

IMobileServiceTableOperation表示远程表操作的 实例。

返回

Task<Newtonsoft.Json.Linq.JObject>

返回项的服务器版本的任务。

适用于