Freigeben über


IQuery.GetNextAsJobResponseAsync Methode

Definition

Überlädt

GetNextAsJobResponseAsync()

Ruft das Ergebnis der nächsten Seite als Objekte ab.JobResponse

GetNextAsJobResponseAsync(QueryOptions)

Ruft das Ergebnis der nächsten Seite als Objekte ab.JobResponse

GetNextAsJobResponseAsync()

Ruft das Ergebnis der nächsten Seite als Objekte ab.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))

Gibt zurück

Liste der JobResponse Objekte

Gilt für:

GetNextAsJobResponseAsync(QueryOptions)

Ruft das Ergebnis der nächsten Seite als Objekte ab.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))

Parameter

options
QueryOptions

Abfrageoptionen

Gibt zurück

Ein aufzählbares QueryResponse<T> Objekt

Gilt für: