G
Guest
Hi All,
I have simple windows service (C# code), from which I am calling an external
console application created in C#. This console application will return
different integer values that are some error codes.
How do I call this console application from windows service so that I can
read the values returned from the console application.
I have seen a lot of code to call external application, but none of them
mentions how to capture the returned code.
Thanks
pradeep_Tp
I have simple windows service (C# code), from which I am calling an external
console application created in C#. This console application will return
different integer values that are some error codes.
How do I call this console application from windows service so that I can
read the values returned from the console application.
I have seen a lot of code to call external application, but none of them
mentions how to capture the returned code.
Thanks
pradeep_Tp