ArcGIS Pro 2.8 API Reference Guide
UndoAsync Method (CompositeOperation)

ArcGIS.Desktop.Framework.Contracts Namespace > CompositeOperation Class : UndoAsync Method
Undo the operation to reset the action from the DoAsync method.
Syntax
protected internal override Task UndoAsync()
Protected Friend Overrides NotOverridable Function UndoAsync() As Task

Return Value

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

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

CompositeOperation Class
CompositeOperation Members