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)?
 
Back
Top