Partager via


IQuery.GetNextAsDeviceJobAsync Méthode

Définition

Surcharges

GetNextAsDeviceJobAsync()

Récupère le résultat paginé suivant en tant qu’objets DeviceJob

GetNextAsDeviceJobAsync(QueryOptions)

Récupère le résultat paginé suivant en tant qu’objets DeviceJob

GetNextAsDeviceJobAsync()

Récupère le résultat paginé suivant en tant qu’objets 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))

Retours

Liste des DeviceJob objets

S’applique à

GetNextAsDeviceJobAsync(QueryOptions)

Récupère le résultat paginé suivant en tant qu’objets 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))

Paramètres

options
QueryOptions

Options de requête

Retours

Objet énumérable QueryResponse<T>

S’applique à