Asynchronous Web service call?
-
How to do Asynchronous web service call (using delegates and threading)? Please advice me? Rgds Nithin
-
How to do Asynchronous web service call (using delegates and threading)? Please advice me? Rgds Nithin
Web Method by default are created with Being and End procedures too. Call Begin of our desired method. There is no need of multi threading...:rose:
-
Web Method by default are created with Being and End procedures too. Call Begin of our desired method. There is no need of multi threading...:rose:
Manas Bhardwaj wrote:
There is no need of multi threading...
Well, strictly speaking the .NET Framework handles the multithreading for you. There is still multithreading going on.
Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... * Reading: Developer Day 5 Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton My website