IQuery.GetNextAsJobResponseAsync 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
GetNextAsJobResponseAsync() |
Récupère le résultat paginé suivant en tant qu’objets JobResponse |
GetNextAsJobResponseAsync(QueryOptions) |
Récupère le résultat paginé suivant en tant qu’objets JobResponse |
GetNextAsJobResponseAsync()
Récupère le résultat paginé suivant en tant qu’objets JobResponse
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))
Retours
Liste d’objets JobResponse
S’applique à
GetNextAsJobResponseAsync(QueryOptions)
Récupère le résultat paginé suivant en tant qu’objets JobResponse
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))
Paramètres
- options
- QueryOptions
Options de requête
Retours
Objet énumérable QueryResponse<T>
S’applique à
Azure SDK for .NET