ArcGIS Pro 2.9 API Reference Guide
RedoAsync() Method

ArcGIS.Desktop.Framework Namespace > CompositeOperationManager Class > RedoAsync Method : RedoAsync() Method
Redo the top operation on the redo stack.
Syntax
public override Task RedoAsync()
Public Overloads Overrides NotOverridable Function RedoAsync() As Task

Return Value

A task that represents the work queued to execute in the ThreadPool.
Exceptions
ExceptionDescription
If no operations are in the stack or the operation can't be redone.
Remarks

Awaits redoing the most recent operation in the redo stack and then adds it to the undo stack.

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

CompositeOperationManager Class
CompositeOperationManager Members
Overload List