< Back
Page 4 of 4
Like this article? We recommend
Conclusion
The article details three different approaches to creating a .NET service. While the timer approach is the simplest, the multithreaded approach is very flexible and can work for one to many threads. It also allows varying delay for each thread. Any execution delay in the worker method of one thread will not interfere with the execution of other threads.
For more information on .NET, visit our .NET Reference Guide or sign up for our .NET Newsletter.
< Back
Page 4 of 4