IQuery.GetNextAsDeviceJobAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET