ArcGIS Pro 2.6 API Reference Guide
RedoAsync Method (CompositeOperation)

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

Return Value

Return a Task the application can wait on.
Remarks
Call RedoAsync on each Operation in the list.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

CompositeOperation Class
CompositeOperation Members