I just have some code that takes a long time to finish and locks up the user
interface. The user has the rquirement to be able to cancel this code or
pause it.
You say I can pause the thread but I don't see how. The BackgroundWorker
class has a CancelAsync method but no "Suspend" method to match it. Also it
doesn't seem to give me anyway of getting a reference to the underlying
Thread that it creates so that I can call *it's* Suspend method.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.