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

IQuery.GetNextAsJsonAsync 方法

定义

重载

GetNextAsJsonAsync()

以 JSON 字符串的形式检索下一个分页结果

GetNextAsJsonAsync(QueryOptions)

以 JSON 字符串的形式检索下一个分页结果

GetNextAsJsonAsync()

以 JSON 字符串的形式检索下一个分页结果

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<string>> GetNextAsJsonAsync ();
abstract member GetNextAsJsonAsync : unit -> System.Threading.Tasks.Task<seq<string>>
Public Function GetNextAsJsonAsync () As Task(Of IEnumerable(Of String))

返回

JSON 字符串列表

适用于

GetNextAsJsonAsync(QueryOptions)

以 JSON 字符串的形式检索下一个分页结果

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

参数

options
QueryOptions

查询选项

返回

QueryResponse<T> 枚举对象

适用于