IQueryDataProducer<TRequest,TResult>.SendRequestAsync 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.
Send a request to the query step to process it.
public System.Threading.Tasks.Task SendRequestAsync (Microsoft.VisualStudio.ProjectSystem.Query.Execution.QueryProcessRequest<TRequest> request);
abstract member SendRequestAsync : Microsoft.VisualStudio.ProjectSystem.Query.Execution.QueryProcessRequest<'Request> -> System.Threading.Tasks.Task
Public Function SendRequestAsync (request As QueryProcessRequest(Of TRequest)) As Task
Parameters
- request
- QueryProcessRequest<TRequest>
The request data
Returns
Task that should finish, once the data is received.