Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

reply

 

the is going to run as a windows service and it will continually keep track of the values of certain controls and then send out emails everyday with a status report.

  • *Gurus*
Posted

That's fine. Using Sheduled Tasks is still the proper way of accomplishing this task.

application.exe /report

Run your application with a similar command line, which in turn notifies the currently running service to generate a report. You can communicate between the two instances of your application using Windows Sockets which is the method used by Microsoft and other vendors.

 

Then again, if you choose not to use Scheduled Tasks, you'll be forced into polling the system time, which I believe is what you were trying to get away from.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...