0
kicks
A Queued BackgroundWorker Using Anonymous Delegates
Ever need to run a series of long-running processes on a background thread, but make sure that each new process only starts when the previous one is finished? Harness the power of anonymous delegates and anonymous types can be used to create a queued BackgroundWorker.