ArcGIS Pro 2.8 API Reference Guide
RedoAsync Method (EditOperation)

ArcGIS.Desktop.Editing Namespace > EditOperation Class : RedoAsync Method
Attempts to Redo this EditOperation (only the most recently undone edit operation can be redone).
Syntax
public Task<bool> RedoAsync()
Public Function RedoAsync() As Task(Of Boolean)

Return Value

A task representing the success of the redo.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members