Description of Invoking Methods Asynchronously using Delegates :
Invoking Methods Asynchronously using Delegates is an article in which the author shows you how delegates can be used to call the methods aschronously. The two methods of the Delegate object such as BeginInvoke and EndInvoke are used to perform this operation. You can get the syntax for these methods from this tutorial.