WCF service: how to always execute in same thread

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ludwig_stuyck@hotmail.com

    WCF service: how to always execute in same thread

    Hi all,

    I'm service enabling a single-threaded COM component, which has the
    requirement thet everything is executed in the same thread. How can I
    make sure that if a WCF service method is called, it is executed in
    always the same thread?

    Thanks!!
Working...