I
Ily
Hi all
I have 2 (simple) questions about threading.
1)How can I get a notifiication that a thread has completed its work?
2)When I try to abort a thread thats currently suspended I get the
following error:
An unhandled exception of type 'System.Threading.ThreadStateException'
occurred in mscorlib.dll
Additional information: Thread is suspended; attempting to abort.
How do I get this thread to abort?
Many thanks
I have 2 (simple) questions about threading.
1)How can I get a notifiication that a thread has completed its work?
2)When I try to abort a thread thats currently suspended I get the
following error:
An unhandled exception of type 'System.Threading.ThreadStateException'
occurred in mscorlib.dll
Additional information: Thread is suspended; attempting to abort.
How do I get this thread to abort?
Many thanks