Possible Duplicate:
What are alternative ways to suspend and resume a thread?
In my work I previously used Thread.Suspend();
And Thread.Resume();
to suspend and resume the work done by the thread. But Now while compiling it says Thread.Suspend();
And Thread.Resume();
are obsolete and deprecated.
Is there any way to suspend and resume work..??