IMultiSelectionBroker.BeginBatchOperation Method

Definition

Temporarily disables MultiSelectionSessionChanged, but instead queues up all actions to be included in the resultant MultiSelectionSessionChanged once the operation is completed. Selection merges will also be deferred until the end of batch operations.

public:
 IDisposable ^ BeginBatchOperation();
public IDisposable BeginBatchOperation ();
abstract member BeginBatchOperation : unit -> IDisposable
Public Function BeginBatchOperation () As IDisposable

Returns

An object that should be disposed once the batch operation is complete.

Applies to