G
Grant Merwitz
Hi
I have tried to use a Thread.Suspend in .NET 2.0, and am presented with the
warning message:
Warning 1 'System.Threading.Thread.Suspend()' is obsolete: 'Thread.Suspend
has been deprecated. Please use other classes in System.Threading, such as
Monitor, Mutex, Event, and Semaphore
So., how am i suppossed to pause a thread.
Thread.Suspend works fine, but i don't want to use something thats being
deprecated
Thread.Abort says the same message, so also how do i abort or cancel a
thread
TIA
I have tried to use a Thread.Suspend in .NET 2.0, and am presented with the
warning message:
Warning 1 'System.Threading.Thread.Suspend()' is obsolete: 'Thread.Suspend
has been deprecated. Please use other classes in System.Threading, such as
Monitor, Mutex, Event, and Semaphore
So., how am i suppossed to pause a thread.
Thread.Suspend works fine, but i don't want to use something thats being
deprecated
Thread.Abort says the same message, so also how do i abort or cancel a
thread
TIA