How to revoke the sleeping threads.... ???

 

Ex.

Threading.Thread.Sleep(10000);  // it sleep for some time,before the time ends i need to wake up the thread. How ???

 

Thanks in Advance