C
Christoph Duesmann
Hi !
I wan't to code a service which will be installed on some clients in our
network.
The service should have the following features :
- Scan all properties of the Client (Hardware, Software etc)
- Create a log (eg. logfile.txt)
- Optional : Insert the data directly in an SQL-Database
- All these functions should occur, when a Timer elapsed or when I send a
command to do this.
My problem : Up to the manual command all functions have been implemented.
So, my question is : How can i communicate with these services to do things
when i want them to do ?
For better understanding : The service has started succesfully and is now
waiting for commands like "Start Scan"
Thanks !!!!!
Christoph
I wan't to code a service which will be installed on some clients in our
network.
The service should have the following features :
- Scan all properties of the Client (Hardware, Software etc)
- Create a log (eg. logfile.txt)
- Optional : Insert the data directly in an SQL-Database
- All these functions should occur, when a Timer elapsed or when I send a
command to do this.
My problem : Up to the manual command all functions have been implemented.
So, my question is : How can i communicate with these services to do things
when i want them to do ?
For better understanding : The service has started succesfully and is now
waiting for commands like "Start Scan"
Thanks !!!!!
Christoph