G
Guest
Hi,
I'm new to threading, and I need some beginner help. I have a thread that
successfully runs and then terminates. I want to run it a second time, but
doing myThread.Start() again brings an unhandled exception saying, "Thread is
running or terminated; it can not restart." (Note: I've checked the status
of the thread at this point and it is indeed "Stopped.") There must be
another way to go about this?
Thanks,
Nathan
I'm new to threading, and I need some beginner help. I have a thread that
successfully runs and then terminates. I want to run it a second time, but
doing myThread.Start() again brings an unhandled exception saying, "Thread is
running or terminated; it can not restart." (Note: I've checked the status
of the thread at this point and it is indeed "Stopped.") There must be
another way to go about this?
Thanks,
Nathan