The text of this article is not in this database — only its details are. Read it on the old site: Functional Programming with C#: Asynchronous Method Calls
2 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
HarishPosted Sep 4, 2009, 11:47 AM
Hi Matt, i am trying to call two methods (one is a webservice, other is a method which helps login a user to home page) asynchronously. I dont need them to return any value(something like fire and forget), as the webservice method is just used for logging and the other has code to authenticate the user and login to home page. I am on asp.NET 2.0 I tried reading many articles who suggested using delagates etc... but i never worked on these. Can any one help me with this. Will appreciate it. Thanks Harish
WilliamPosted Jan 27, 2008, 5:54 AM
I hope to see more like this...! -william-