次の方法で共有


IQuery.GetNextAsJobResponseAsync メソッド

定義

オーバーロード

GetNextAsJobResponseAsync()

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

GetNextAsJobResponseAsync(QueryOptions)

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

GetNextAsJobResponseAsync()

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

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

戻り値

オブジェクトの JobResponse 一覧

適用対象

GetNextAsJobResponseAsync(QueryOptions)

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

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

パラメーター

options
QueryOptions

クエリ オプション

戻り値

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

適用対象