Sean_Cohan
13 years agoOccasional Contributor
Getting timing off multiple calls as one value.
Our product now has asynchronous soap calls that create objects, but return with a response immediately if the object can be created. We also have get calls to recall the object from memory. This will fail until the object is really created. So, I want to loop on the get an gather performance numbers on the total from Create object until the first successful get. Is there a way to get the full time of multiple steps so I know how long it really takes to create the object?