ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / GetAwaiter Method

In This Topic
    GetAwaiter Method
    In This Topic
    This method is intended for compiler use rather than for use in application code. The presence of this method allows an EditOperation to be 'await'-ed like a Task (the Task returned by calling ExecuteAsync()).
    Syntax
    public TaskAwaiter<bool> GetAwaiter()
    Public Function GetAwaiter() As TaskAwaiter(Of Boolean)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also