ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / CompositeOperationManager Class / RedoAsync Method / RedoAsync() Method

In This Topic
    RedoAsync() Method
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also