ARTICLE AD BOX
Is there any way in a C# desktop application with .Net to terminate a thread that has hung due to a problem in an external library? Because when creating the thread with Task.Run() we have no control to stop it, and when creating it with new Thread we have Thread.Abort(), but in the documentation it says it is "Obsolete" and "not supported".
Sorted by: Reset to default
Your Answer
Post as a guest
Name
Required, but never shown
By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.
Explore related questions
See similar questions with these tags.
