Answers for "c# threads not closing on application close"

C#
1

c# close all threads application exit

Put this code at the end of your Main() method:

Environment.Exit(Environment.ExitCode);
Posted by: Guest on July-08-2021

Code answers related to "c# threads not closing on application close"

C# Answers by Framework

Browse Popular Code Answers by Language