ArcGIS Pro 2.8 API Reference Guide
RedoAsync() Method

ArcGIS.Desktop.Framework Namespace > OperationManager Class > RedoAsync Method : RedoAsync() Method
Redo the top operation on the redo stack.
Syntax
public virtual Task RedoAsync()
Public Overloads Overridable 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 10, Windows 8.1

See Also

Reference

OperationManager Class
OperationManager Members
Overload List