ArcGIS Pro 2.9 API Reference Guide
GetAwaiter Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class : GetAwaiter Method
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, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members