C
CaptainCaveman
Hi,
I'm writing a Windows service that will continually poll multiple devices on
my network.
To manage this each device will have it's own thread, and therefore will
asynchronously return status messages to my service to be handled.
These messages will be added to a database and I want to manage them all
from one place.
If this was a normal Windows Form I would use Form.Invoke. The Windows
Service does not have this functionality, so what would I need to use
instead.
If this is not possible then I would guess that the alternative is to detect
the database table status before writing to the database.
TIA
I'm writing a Windows service that will continually poll multiple devices on
my network.
To manage this each device will have it's own thread, and therefore will
asynchronously return status messages to my service to be handled.
These messages will be added to a database and I want to manage them all
from one place.
If this was a normal Windows Form I would use Form.Invoke. The Windows
Service does not have this functionality, so what would I need to use
instead.
If this is not possible then I would guess that the alternative is to detect
the database table status before writing to the database.
TIA