Calling a method on windows service while executing
Posted
by ultraman69
on Stack Overflow
See other posts from Stack Overflow
or by ultraman69
Published on 2010-04-22T18:15:07Z
Indexed on
2010/04/22
18:33 UTC
Read the original article
Hit count: 374
wcf
|windows-services
Hi !
I'd like to know if it's possible to call a method on a WCF windows service while another one is executing ? I need this so I can call my Terminate method that sets a static variable shared by my threads that tells them to stop. But when I call the method on the service, it waits till the first one (Execute) is over before he takes the call...
© Stack Overflow or respective owner