I have created 3 methods for "Reading data from DB", "Data Transfer" and "Insert to another DB" in .net web service. My question is how to returning the status(custom message) of each methods to requested client? eg: While Method one is running, client status has to display like "Reading Database processing". While second method is running, has to display like "Reading Database completed. Data transfer processing." Is it possible? or is there any alternative solution?
Asked
Active
Viewed 181 times
1 Answers
1
Have a look at SignalR.. Its quite easy to use and sounds like it might solve your problem.

Evan Larsen
- 9,935
- 4
- 46
- 60