IQuery.GetNextAsJobResponseAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetNextAsJobResponseAsync() |
Retrieves the next paged result as JobResponse objects |
GetNextAsJobResponseAsync(QueryOptions) |
Retrieves the next paged result as JobResponse objects |
GetNextAsJobResponseAsync()
Retrieves the next paged result as JobResponse objects
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))
Returns
List of JobResponse objects
Applies to
GetNextAsJobResponseAsync(QueryOptions)
Retrieves the next paged result as JobResponse objects
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))
Parameters
- options
- QueryOptions
Query options
Returns
An enumerable QueryResponse<T> object
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.