Currently, we have several small utility routines that wrap a call that runs on the MCT. Our bigger routines will call a number of these utility routines in sequence. How much of a performance hit is it to call multiple QueuedTask commands instead of combining them into one?
Solved! Go to Solution.
you will need to profile it.
Note: we do talk about consolidating QueuedTasks here:https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Asynchronous-Programming-in-ArcGIS-Pro#using...
u may also find this helpful from the same article:
you will need to profile it.
Note: we do talk about consolidating QueuedTasks here:https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Asynchronous-Programming-in-ArcGIS-Pro#using...
u may also find this helpful from the same article: