.NET Core equivalent to Thread.Abort

Use thread.Interrupt(); instead of Abort() method.

Leave a Comment