IQuery.GetNextAsJobResponseAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetNextAsJobResponseAsync() |
Recupera o próximo resultado paginado como JobResponse objetos |
GetNextAsJobResponseAsync(QueryOptions) |
Recupera o próximo resultado paginado como JobResponse objetos |
GetNextAsJobResponseAsync()
Recupera o próximo resultado paginado como JobResponse objetos
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))
Retornos
Lista de JobResponse objetos
Aplica-se a
GetNextAsJobResponseAsync(QueryOptions)
Recupera o próximo resultado paginado como JobResponse objetos
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))
Parâmetros
- options
- QueryOptions
Opções de consulta
Retornos
Um objeto enumerável QueryResponse<T>
Aplica-se a
Azure SDK for .NET