Passing state to an AsyncCallback delegate

Last time we looked at a simple example of using an AsyncCallback delegate to perform an asynchronous operation.  We’ll build on this example and show how to pass some state into the callback.

Imports System.Net

 

Using an AsyncCallback delegate to perform an asynchronous operation

The last few years at work have left me with very little time to keep up a blog.  Thankfully, things have finally settled down, leaving me with some quality time in the evening to pick back up my exploration of the CLR.  

Silverlight was the hot topic at this year’s Devlink, [...]