Implementing the IAsyncResult interface and calling functions asynchronously

Posted on Code Project See other posts from Code Project
Published on Tue, 23 Mar 2010 08:26:00 GMT Indexed on 2010/03/23 19:03 UTC
Read the original article Hit count: 294

Filed under:
How to make your methods callable asynchronously by creating begin/end pair stems, in a similar way that the WSDL.exe tool generates the contract files for a Web Service.

© Code Project or respective owner