ArcGIS Pro 2.9 API Reference Guide
UndoAsync(Int32) Method

ArcGIS.Desktop.Framework Namespace > OperationManager Class > UndoAsync Method : UndoAsync(Int32) Method
The number of operations to roll back.
Rolls back the specified number of operations off the top of the undo stack.
Syntax
public Task UndoAsync( 
   int count
)
Public Overloads Function UndoAsync( _
   ByVal count As Integer _
) As Task

Parameters

count
The number of operations to roll back.

Return Value

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

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

OperationManager Class
OperationManager Members
Overload List