Hi all i have created a service based application which communicates with a pipe
the service application works until the windows application stops which contains the
pipe server code.
Hi all i have created a service based application which communicates with a pipe
Share
Try the following code. You will have to merge this process in the code with whatever code you already have for your service. Replace the “PipeServiceName.exe” to whatever the name of the process is called. Also, this code checks every 5 seconds. You can change this by changing the 5000 number.
Without knowing more about how the “pipe” and the service interact with each other, its hard to put together a workflow.