Hi,
Delegates are just function pointers, they facilitate in method callbacks while using Async Processing. There is nothing specific special in writing async methods using Threading or Delegates.
When you write Async methods you will have to use delegates to specify call back methods.
Let me know if I did not understand your question correctly.
--
Regards,
Saurabh Nandu
Master C#, the easy way...
[
www.MasterCSharp.com ]
[quoted text, click to view] "rb531" wrote:
> Is it better to use threading or delegates for Async processing?
>
> I mean in performance, or IL generation, etc.
>