ArcGIS Pro 2.9 API Reference Guide
ExecuteAsync() Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class : ExecuteAsync() Method
Executes the Edit, modifying the database using the instructions given to the EditOperation. Returns true upon success and false upon failure.
Syntax
public Task<bool> ExecuteAsync()
Public Function ExecuteAsync() As Task(Of Boolean)

Return Value

A task representing the editoperation that will result in a success or failure.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members