Desktop 10.3
I cannot find in documentation an answer for that.
And secondly, can I change that method to be synchronous/asynchronous?
Any documentation link or idea?
Was this method asynchronous in previous versions?
Thank you Freddie,
Probably do you have an idea why execution of a procedure with this method blocks the table to which the procedure writes (meaning - I cannot read the table when procedure is executing)?
I don't believe this method was ever asynchronous.
Thanks Freddie,
Thank you for response.
Good suggestion.
Was this method asynchronous in previous versions? (before 10.3)
The method should be synchronous because it blocks the UI thread when you call it. Have you tried wrapping it within an asynchronous method? Examples of how to do this are available on the following pages:
Calling Synchronous Methods Asynchronously
https://msdn.microsoft.com/en-us/library/2e08f6yc(v=vs.110).aspx
Create an Asynchronous Method
http://www.csharp-examples.net/create-asynchronous-method/
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.