Hi,
As of now, I am using Synchronous wcf calls and I have tried to get data from WCF Service.
As per client requirment, I need to provide Cancel button in Client UI and which shuld cacel WCF Service call process from background.
So, Is it possible to cancel WCF Service Call Operation?
Thanks.