Partager via


IQuery.GetNextAsJobResponseAsync Méthode

Définition

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 à