0
kicks
Stop threads gracefuly
Every time you are using threads in your code you’ll need a way to stop them and from what I have been experienced the Thread.Abort() is not a choice. Here it is an example of how to stop threads gracefuly.