1

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".

asked 4 mins ago

pamir_miren's user avatar

Your Answer

Sign up or log in

Sign up using Google

Sign up using Email and Password

Post as a guest

Name

Email

Required, but never shown

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.