Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# close all threads application exit

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

Environment.Exit(Environment.ExitCode);
 
PREVIOUS NEXT
Tagged: #close #threads #application #exit
ADD COMMENT
Topic
Name
8+9 =