QueryDataProducerBase<TResult>.NotifyRequestProcessFinishedAsync 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.
Tells that the data producer finished all processing for one request.
protected System.Threading.Tasks.Task NotifyRequestProcessFinishedAsync (Microsoft.VisualStudio.ProjectSystem.Query.Execution.IQueryProcessRequest request);
member this.NotifyRequestProcessFinishedAsync : Microsoft.VisualStudio.ProjectSystem.Query.Execution.IQueryProcessRequest -> System.Threading.Tasks.Task
Protected Function NotifyRequestProcessFinishedAsync (request As IQueryProcessRequest) As Task
Parameters
- request
- IQueryProcessRequest
The original request instance.