Component residing within a service

  • Thread starter Thread starter Mike Ruane-Torr
  • Start date Start date
M

Mike Ruane-Torr

I am designing a component with the following requirements:

1. It must have a sole instance on the host machine
2. It must run inside a system service so that it continues to run when
the user logs out of Windows
3. It must be accessible by other processes on the machine (preferably
using simple method calls)

My question is: What is the best way of doing this in .Net? Do I have to
use COM (I don't really know how)?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top