ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Framework Namespace / OperationManager Class / RedoAsync Method / RedoAsync(Int32,String) Method
The number of operations to restart.
The category of operation to redo.

In This Topic
    RedoAsync(Int32,String) Method
    In This Topic
    The number and category of operations to redo.
    Syntax
    public Task RedoAsync( 
       int count,
       string category
    )
    Public Overloads Function RedoAsync( _
       ByVal count As Integer, _
       ByVal category As String _
    ) As Task

    Parameters

    count
    The number of operations to restart.
    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 11, Windows 10, Windows 8.1

    See Also