I am new to dotnet, but for our requirement we need Windows Service returns value.
If possible send the details and example in C#.
I am new to dotnet, but for our requirement we need Windows Service returns value.
If possible send the details and example in C#.
Can a Windows Service Return any value
Steve at Pixelda
.....following some IPC methods:
-MSMQ
-Named pipes
-Sockets
-File mapping
-Even simple files may be an option sometimes
-Registry
-Memory mapped files
-Database
-Windows messages
-Remoting(as Micky said in his post)
You may consider using xml web service instead of windows service of course. In this case the communication implementation effort is minimal(assuming you are using Visual Studio)
Jeff Lebowski
Cheers,
Micky