L
LordHog
Hello all,
I am a small application that I am developing which will use a few
threads. When the user closes the form the threads will remain present
until I close them. The Main Form instantiates a couple of
communications classes which contain the threads. So for this
communications class should I provide some sort of close/kill/terminate
method or should I provide a dispose() function to terminate the
threads? Thanks for any insight.
Mark
I am a small application that I am developing which will use a few
threads. When the user closes the form the threads will remain present
until I close them. The Main Form instantiates a couple of
communications classes which contain the threads. So for this
communications class should I provide some sort of close/kill/terminate
method or should I provide a dispose() function to terminate the
threads? Thanks for any insight.
Mark