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

IQuery.GetNextAsDeviceJobAsync 方法

定义

重载

GetNextAsDeviceJobAsync()

检索下一个分页结果作为 DeviceJob 对象

GetNextAsDeviceJobAsync(QueryOptions)

检索下一个分页结果作为 DeviceJob 对象

GetNextAsDeviceJobAsync()

检索下一个分页结果作为 DeviceJob 对象

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

返回

DeviceJob对象列表

适用于

GetNextAsDeviceJobAsync(QueryOptions)

检索下一个分页结果作为 DeviceJob 对象

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

参数

options
QueryOptions

查询选项

返回

QueryResponse<T> 枚举对象

适用于