ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / CompositeOperation Class / RedoAsync Method
Version

    RedoAsync Method (CompositeOperation)
    Redo the operation to redo the action from the DoAsync method.
    Syntax
    protected internal override Task RedoAsync()

    Return Value

    Return a Task the application can wait on.
    Remarks
    Call RedoAsync on each Operation in the list.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also