Freigeben über


IQuery.GetNextAsTwinAsync Methode

Definition

Überlädt

GetNextAsTwinAsync()

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

GetNextAsTwinAsync(QueryOptions)

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

GetNextAsTwinAsync()

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

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Devices.Shared.Twin>> GetNextAsTwinAsync ();
abstract member GetNextAsTwinAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Devices.Shared.Twin>>
Public Function GetNextAsTwinAsync () As Task(Of IEnumerable(Of Twin))

Gibt zurück

Liste der Twin Objekte

Gilt für:

GetNextAsTwinAsync(QueryOptions)

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

public System.Threading.Tasks.Task<Microsoft.Azure.Devices.QueryResponse<Microsoft.Azure.Devices.Shared.Twin>> GetNextAsTwinAsync (Microsoft.Azure.Devices.QueryOptions options);
abstract member GetNextAsTwinAsync : Microsoft.Azure.Devices.QueryOptions -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.QueryResponse<Microsoft.Azure.Devices.Shared.Twin>>
Public Function GetNextAsTwinAsync (options As QueryOptions) As Task(Of QueryResponse(Of Twin))

Parameter

options
QueryOptions

Abfrageoptionen

Gibt zurück

Ein aufzählbares QueryResponse<T> Objekt

Gilt für: