How to use thread pool for some repetitive task in c# ?
218207-Jan-2016
I want to write Thread Pool using C# for some repetitive task which is controlled through thread Scheduler.thread Scheduler will run after interval of 2 minutes.Can you please provide me few guidelines regarding how to write thread pool in C#.?
Anupam Mishra
08-Jan-2016In this scenario, we executes 10 times to open a Notepad using Thread Pool. Thread scheduler will run after interval of 2 minutes to open is new one.
So, we using thread pool such like this: