QueryProcessRequest<TRequest> Constructor
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.
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