By mswatcher
via blogs.msdn.com
Submitted: Feb 09 2012 / 08:48
One of the really useful capabilities of the new async methods feature in C# and Visual Basic is the ability to write async lambdas and anonymous methods (from here on in this post, I’ll refer to both of these as async lambdas, since the discussion applies equally to both). This allows you to easily get a delegate to represent an asynchronous operation
Tweet
SaveShareSend
Tags: .net, frameworks, other languages



Add your comment