c# - What steps do I need to take to use WCF Callbacks? -
I am trying to learn WCF. I have a simple client and server application setup and upon pressing a button on the client, It receives an updated value from the server
My next step I am trying to update the client's value to callback to the server. I have inserted through many examples, and they are very big and confused. Is there someone who can give the easiest example of his implementation in C #?
I look through the examples online and I do not understand what it is? Of course I can copy the example line from the line, but I do not like it because I still do not want to apply it if I want to do this in my code.
Can someone help me with someone
thanks