Compartir a través de


IQuery.GetNextAsDeviceJobAsync Método

Definición

Sobrecargas

GetNextAsDeviceJobAsync()

Recupera el siguiente resultado paginado como DeviceJob objetos

GetNextAsDeviceJobAsync(QueryOptions)

Recupera el siguiente resultado paginado como DeviceJob objetos

GetNextAsDeviceJobAsync()

Recupera el siguiente resultado paginado como DeviceJob objetos

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))

Devoluciones

Lista de DeviceJob objetos

Se aplica a

GetNextAsDeviceJobAsync(QueryOptions)

Recupera el siguiente resultado paginado como DeviceJob objetos

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))

Parámetros

options
QueryOptions

Opciones de consulta

Devoluciones

Un objeto enumerable QueryResponse<T>

Se aplica a