6
Answers

This is Not working: Thread.CurrentThread.Suspend();

Photo of Gustavo

Gustavo

15y
5.4k
1

Hello:
 
I have a Thread running and I would like to pause it and later resume it. I was trying to use:
Thread
.CurrentThread.Suspend();
 
But it seems its been obsoleted. Anyone know how else i can do it?
 
 

Answers (6)