I have a service that does image processing. The time that it takes for the process to complete is something like 2-3 minutes. Can I update the client with the progress of the service? can I somehow tell the client that process reached step3 or something like that?
I am using WCF
You can look at the duplex bindings, which supports two way communication:
http://msdn.microsoft.com/en-us/library/ms731064.aspx
It works using a callback mechanism.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With