Users Pricing

forum

home / developersection / forums / how to use thread pool for some repetitive task in c# ?

How to use thread pool for some repetitive task in c# ?

Anupam Mishra 2655 07 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#.?

1 Answers