IQueryUpdateBatchProvider.CreateBatchExecutor(IQueryActionExecutor) 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.
Creates a batched action executor, it wraps inner steps to make sure they are executed under the context.
public Microsoft.VisualStudio.ProjectSystem.Query.Execution.IQueryActionExecutor CreateBatchExecutor (Microsoft.VisualStudio.ProjectSystem.Query.Execution.IQueryActionExecutor innerExecutor);
abstract member CreateBatchExecutor : Microsoft.VisualStudio.ProjectSystem.Query.Execution.IQueryActionExecutor -> Microsoft.VisualStudio.ProjectSystem.Query.Execution.IQueryActionExecutor
Public Function CreateBatchExecutor (innerExecutor As IQueryActionExecutor) As IQueryActionExecutor
Parameters
- innerExecutor
- IQueryActionExecutor