A
Artem
When I use the method Thread.Abort, it only sends a request of aborting to OS
to stop a thread. The thread itself isn't killed and allocated resources
aren't released. I tried to run that thread inside of a domain, specially
created for it, but the domain can't be unloaded, 'till there are some not-
stopped threads.
Please, tell me are there any ways to immediately stop a thread or unload a
domain?
Thanks beforehand!
to stop a thread. The thread itself isn't killed and allocated resources
aren't released. I tried to run that thread inside of a domain, specially
created for it, but the domain can't be unloaded, 'till there are some not-
stopped threads.
Please, tell me are there any ways to immediately stop a thread or unload a
domain?
Thanks beforehand!