G
Guest
Hi
I'll try and keep this short! When calling a web service async. I can use
the Beginxxx method on the generated proxy. But if me 'service' was not a web
service but something else, is it better to create a new Thread for the call
or use the threadpool; baring in mind that the service call could take a
little while (between 1 and 10 seconds, depends on the amount of data
returned!)
Thanks for your help.
I'll try and keep this short! When calling a web service async. I can use
the Beginxxx method on the generated proxy. But if me 'service' was not a web
service but something else, is it better to create a new Thread for the call
or use the threadpool; baring in mind that the service call could take a
little while (between 1 and 10 seconds, depends on the amount of data
returned!)
Thanks for your help.