次の方法で共有


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>

参照の終了時に結果と共に返すタスク。

適用対象