ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Framework Namespace / OperationManager Class / RedoAsync Method / RedoAsync(Int32) Method
The number of operations to restart.

RedoAsync(Int32) Method
Redo the specified number of operations in the redo stack.
Syntax
public Task RedoAsync( 
   int count
)

Parameters

count
The number of operations to restart.

Return Value

A task that represents the work queued to execute in the ThreadPool.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also