IQuery.GetNextAsJobResponseAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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:
Azure SDK for .NET