how to assign execution time to the threads in c# .net?
i have to create suppose 5 threads.every individual thread work will be assign.
but I have to decide that thread one is executed suppose 1000 milliseconds then thread two is executed suppose 2000 milliseconds and so on.....
when one has peformed thier task(work) then other threads has be wait.
whatever task will assign to that perticular thread then that has been terminated.