Click here to Skip to main content
16,012,223 members
Articles / Programming Languages / C#

Extending the IAsyncResult Pattern for Multiple Parameter Function Calls

Rate me:
Please Sign up or sign in to vote.
4.95/5 (10 votes)
22 Mar 2010CPOL5 min read 35.9K   19  
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.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
I graduated as an electronic engineer at 2000, and I have been working in software development ever since.
Interested mainly in .NET technologies.

Comments and Discussions