QueryResponse<T>(IEnumerable<T>, String) コンストラクター

定義

IQuery 要求の結果のテンプレート クラスを表す QueryResponse をインスタンス化します

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)

パラメーター

queryResults
IEnumerable<T>
continuationToken
String

適用対象