ArcGIS Pro 3.7 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 Function GetAwaiter() As TaskAwaiter(Of Boolean)
    public TaskAwaiter<bool> GetAwaiter()
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also