Partager via


QueryProcessRequest<TRequest> Constructor

Definition

Initializes a new instance of the QueryProcessRequest<TRequest> class.

public QueryProcessRequest (TRequest? request, Microsoft.VisualStudio.ProjectSystem.Query.Execution.IQueryExecutionContext queryExecutionContext, string? zone);
new Microsoft.VisualStudio.ProjectSystem.Query.Execution.QueryProcessRequest<'Request> : 'Request * Microsoft.VisualStudio.ProjectSystem.Query.Execution.IQueryExecutionContext * string -> Microsoft.VisualStudio.ProjectSystem.Query.Execution.QueryProcessRequest<'Request>
Public Sub New (request As TRequest, queryExecutionContext As IQueryExecutionContext, zone As String)

Parameters

request
TRequest

The data to drive query to run.

queryExecutionContext
IQueryExecutionContext

The context of the execution to control task dependencies and when to cancel the execution.

zone
String

Applies to