How to set priority to an operation contract in WCF

Posted by Kamarey on Stack Overflow See other posts from Stack Overflow or by Kamarey
Published on 2010-03-18T10:36:54Z Indexed on 2010/03/18 12:31 UTC
Read the original article Hit count: 292

Filed under:
|

Is it possible to set priority to a thread that currently run some specific contract operation? Say I have WCF service with Func1, Func2 and Func3. I want that Func1 will have more priority over Func2 and Func3.

© Stack Overflow or respective owner

Related posts about wcf

Related posts about priority