ArcGIS Pro 2.8 API Reference Guide
RedoAsync(String) Method

ArcGIS.Desktop.Framework Namespace > OperationManager Class > RedoAsync Method : RedoAsync(String) Method
The category of operation to redo.
Redo all the operations in the redo stack that belong to the specified category.
Syntax
public virtual Task RedoAsync( 
   string category
)
Public Overloads Overridable Function RedoAsync( _
   ByVal category As String _
) As Task

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 10, Windows 8.1

See Also

Reference

OperationManager Class
OperationManager Members
Overload List