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

IMobileServiceSyncTable.LookupAsync(String) 方法

定义

对表执行查找。

public System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JObject> LookupAsync (string id);
abstract member LookupAsync : string -> System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JObject>
Public Function LookupAsync (id As String) As Task(Of JObject)

参数

id
String

要查找的实例的 ID。

返回

Task<Newtonsoft.Json.Linq.JObject>

在查找结束时将返回的含有查找结果的任务。

适用于