I want to create windows service with two method
- call the com port and wait for response
- call the web-service and wait for response
Whenever received an answer from either of them, send the response to the Software that calls Windows service
My question is how track the two methods for response simultaneously