WCF configuring timout "per Operation"

Posted by doron.levi3 on Stack Overflow See other posts from Stack Overflow or by doron.levi3
Published on 2010-05-06T07:41:01Z Indexed on 2010/05/06 7:48 UTC
Read the original article Hit count: 272

Filed under:

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

© Stack Overflow or respective owner

Related posts about wcf