Calling asynchronous methods from wcf service

Posted by hima on Stack Overflow See other posts from Stack Overflow or by hima
Published on 2010-05-27T06:48:27Z Indexed on 2010/05/27 6:51 UTC
Read the original article Hit count: 162

Filed under:
|

In my asp.net application, I am using wcf service to get all the business logic. I am using that service reference in my application to work with that. Now adding that service reference is giving another option Update service reference is giving Generate asynchronous operations. If I check the option and add the service will it generate asynchronous methods for my existing service. If so how do I use the metohd. Let me know the way for that.

Thanks, Hima.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about wcfservice