Share via


QueryResponse<T>(IEnumerable<T>, String) Constructor

Definition

Instantiates a QueryResponse that represents the template class for the results of an IQuery request

public QueryResponse (System.Collections.Generic.IEnumerable<T> queryResults, string continuationToken);
new Microsoft.Azure.Devices.QueryResponse<'T> : seq<'T> * string -> Microsoft.Azure.Devices.QueryResponse<'T>
Public Sub New (queryResults As IEnumerable(Of T), continuationToken As String)

Parameters

queryResults
IEnumerable<T>
continuationToken
String

Applies to