ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Framework Namespace / CompositeOperationManager Class / RedoAsync Method / RedoAsync(String) Method
The category of operation to redo.
Version

    RedoAsync(String) Method
    Redo all the operations in the redo stack that belong to the specified category.
    Syntax
    public override Task RedoAsync( 
       string category
    )

    Parameters

    category
    The category of operation to redo.

    Return Value

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also