ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / CompositeOperation Class / UndoAsync Method
Version

    UndoAsync Method (CompositeOperation)
    Undo the operation to reset the action from the DoAsync method.
    Syntax
    protected internal override Task UndoAsync()

    Return Value

    Return a Task the application can wait on.
    Remarks
    Calls UndoAsync on each Operation in the list.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also