Greetings all, I am trying to run a long (processing multiple objects in a batch mode) and heavy processing (raster manipulation) operation through ArcGIS Geoprocessing Service. It is working fine in execute synchronous or asynchronous operation, however, I would like to get the status update messages while geoprocessor is executing and show them as progress using ArcGIS silverlight or ArcGIS flex client.
I would appreciate if anyone can provide a clue, any literature or POC in this regard. In advance, I thank you all for your time and support.
I don't have a full example but if you look at the documentation then you will see that you can add an event listener for STATUS_UPDATE and get the JobInfo
I don't have a full example but if you look at the documentation then you will see that you can add an event listener for STATUS_UPDATE and get the JobInfo
Thanks Robert for your prompt help. I would give it a shot and let you know regarding the output and accordingly mark it as an answer if it serve the purpose :).
I was able to test both of these objects with Silverlight and it worked like a charm. Thanks Robert once again for your kind help. It indeed helped regarding what I was looking for.
Thanks Robert for your prompt help. I would give it a shot and let you know regarding the output and accordingly mark it as an answer if it serve the purpose :).