|
-
Jul 28th, 2003, 11:41 AM
#1
Thread Starter
Lively Member
Timer in Windows Service (.NET)
I decided to write a Windows Service as opposed to a regular Windows app that could be run as a Scheduled Task. What is the best way to manually schedule the Service to kick off, for example, via a timer? I only need it to run once a day so that it can upload a file, and then upon knowledge of success of the upload, it will send out e-mail notification of the results.
Should I continuously thread the service, or would that be too much processing overhead?
Any input is appreciated.
Thanks,
Mike
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|