Understanding Async Methods in Web Service.

Posted by Polaris on Stack Overflow See other posts from Stack Overflow or by Polaris
Published on 2010-04-08T07:20:09Z Indexed on 2010/04/08 7:23 UTC
Read the original article Hit count: 295

Filed under:
|
|

Hello. I consume Java Service in my .NET appliaction. I have one question: When service serialize in .NET he also create Async methods. For example for GetPersons() method service create GetPersonsAsync() which is return void. In which cases I can use this Async methods and what the destination of these methods.

© Stack Overflow or respective owner

Related posts about web

Related posts about service