Hi,
For my method in my WCF Service I set IsOneWay=True. I am using default time out of WCF. In side of my method i kept the Thread.Sleep for 30 mins. But i could see that method is executed after 30 mins and i got result. But i am wondering why the time out
is not happened? But if i use requestreply i am getting tat time out error? So what is the exact relationship b/w Isone way operation and time out? Can any of you guys please clarify my doubt?
Thanks
Lijo