.NET Threading - How can we make a thread sleep for infinite period
Interview Question Database For Software Developers
|
|
| How can we make a thread sleep for infinite period | | How can we make a thread sleep for infinite period ? | | By: | | You can also place a thread into the sleep state for an indeterminate amount of time by
calling Thread.Sleep (System.Threading.Timeout.Infinite). To interrupt this sleep you can
call the Thread.Interrupt method. | | ID: 1579 | Rank: 1044 | Votes: 0 | Views: 72 | Submitted: 20071022 |
Copyright © 2010 FYIcenter.com
All rights in the contents of this Website are reserved by the individual author.
No part of the contents may be reproduced in any form without author's permission.
|
|
|