Hi All,
I wanted a help in executing a static method asynchronously as well as in it's own process so that even if the client application that kicked-off this execution is closed, the method will continue it's execution.
One option to do this is create a console application and execute this console application as a new process. However, I was thinking if anyone has a different solution to this problem.
Thanks in advance.
Regards, Vilas