Click here to Skip to main content
15,901,001 members
Articles / Delegates

Calling a method in C# asynchronously using delegates

Rate me:
Please Sign up or sign in to vote.
3.75/5 (19 votes)
23 Jul 2012CPOL1 min read 122.6K   17  
Another useful feature of delegates is the ability to execute a method asynchronously. That is, through a delegate, you can begin invocation of a method and then return immediately while the delegate executes its method in a separate thread.

Views

Daily Counts

License

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



Comments and Discussions