Hello,
I am adding features using this page as a reference
Edit features—ArcGIS Runtime SDK for .NET | ArcGIS for Developers
so I create an instance of ServiceFeatureTable, initialize it then I use addAsync, then ApplyEditsAsync.
but it is so slow (just three add by second). When I tried to add the features directly from SQL server, it is much faster (40 by second).
I tried to keep the connection all the time, but it doesnt change anything
Is there a better way to edit features?
is it normal that I edit features by normal database connection?