Search Results

-1
votes

How often do you use System.Component.BackgroundWorker in your UIs ? (if ever)

My biggest issue with the background worker class is that there really is no way to know when the worker has finished due to cancellation. The BackgroundWorker does not expose the thread it uses so …