App1 send a request and wait for app2 to give a reply (true/false) or request time out.
How to do this using c# and wcf.
I managed to send the request but i dont know how to wait and make app2 give a reply
App1 send a request and wait for app2 to give a reply (true/false) or request time out.
How to do this using c# and wcf.
I managed to send the request but i dont know how to wait and make app2 give a reply
You can use tpl. The library has wait, continue ... methods. You can find docs easily by searching on google.