January 2008
Beginner
352 pages
9h 6m
English
In this chapter: |
In the previous chapter we created a simple project using the Microsoft Visual Basic Wizard and templates for Windows Services. Although we were able to install and run the service, it was not very useful—except for demonstration purposes.
You may remember that I said we wanted to avoid doing a large amount of work in the <OnStart> method. But if we aren’t going to do the work there, where do we do it? This is where threads come in. Threads are like mini-processes within the service. Threads allow you to perform ...
Read now
Unlock full access