How to revoke the sleeping threads???

 

Ex. System.Threading.Thread.Sleep(15000);  //it sleep for some time... before the time ends,i need to wakeup the  thread..

 

How ????

 

Thanks in Advance