Freigeben über


IQuery.GetNextAsDeviceJobAsync Methode

Definition

Überlädt

GetNextAsDeviceJobAsync()

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

GetNextAsDeviceJobAsync(QueryOptions)

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

GetNextAsDeviceJobAsync()

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

Gibt zurück

Liste der DeviceJob Objekte

Gilt für:

GetNextAsDeviceJobAsync(QueryOptions)

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

Parameter

options
QueryOptions

Abfrageoptionen

Gibt zurück

Ein aufzählbares QueryResponse<T> Objekt

Gilt für: