// Add the feature to the table. await serviceFeatureTable.AddFeatureAsync(feature); // Apply the edits to the service. await serviceFeatureTable.ApplyEditsAsync();
It works most of the time but on rare case while adding an asset it take too much time to process and got timeout eventually gives TaskCancelledException, but the operation has been done as the item added in the server.
Does anybody have any ideas how to handle this situation or any thread related to this please share, thanks.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.