> If I didn't want to set the 'IsBackgroud' property of the thread, I > figured I could just implement IDisposable in my class and set > Blinker.Stop=true in Dispose(). However, that didn't seem to work. > Should it have worked? How else might I ensure that the blinkerThread > is ended correctly? >
Did you implement a Finalize as well, which calls your Dispose method? Without a Finalize, nobody is going to call your Dispose method for you. // Ryan =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com