Compartir a través de


IQueryUpdateBatchProvider.CreateBatchExecutor(IQueryActionExecutor) Method

Definition

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

Returns

Applies to