WCF configuring timout "per Operation"
- by doron.levi3
Hi,
I have a service in which 1 operation can take a lot of time and the others should end very quickly, can I configure using an OperationBehavior (or something else) the timeout (send\receive) to be different (at operation level) ?
Thanks,
Doron