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

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> 枚举对象

适用于