次の方法で共有


IQuery.GetNextAsTwinAsync メソッド

定義

オーバーロード

GetNextAsTwinAsync()

次のページ化された結果をオブジェクトとして Twin 取得します

GetNextAsTwinAsync(QueryOptions)

次のページ化された結果をオブジェクトとして Twin 取得します

GetNextAsTwinAsync()

次のページ化された結果をオブジェクトとして Twin 取得します

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Devices.Shared.Twin>> GetNextAsTwinAsync ();
abstract member GetNextAsTwinAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Devices.Shared.Twin>>
Public Function GetNextAsTwinAsync () As Task(Of IEnumerable(Of Twin))

戻り値

オブジェクトの Twin 一覧

適用対象

GetNextAsTwinAsync(QueryOptions)

次のページ化された結果をオブジェクトとして Twin 取得します

public System.Threading.Tasks.Task<Microsoft.Azure.Devices.QueryResponse<Microsoft.Azure.Devices.Shared.Twin>> GetNextAsTwinAsync (Microsoft.Azure.Devices.QueryOptions options);
abstract member GetNextAsTwinAsync : Microsoft.Azure.Devices.QueryOptions -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.QueryResponse<Microsoft.Azure.Devices.Shared.Twin>>
Public Function GetNextAsTwinAsync (options As QueryOptions) As Task(Of QueryResponse(Of Twin))

パラメーター

options
QueryOptions

クエリ オプション

戻り値

列挙可能な QueryResponse<T> オブジェクト

適用対象