justinjsmith wrote:
The call has to be through the WCF infrastructure to unlock the service object. Calling into a method on a type does not unlock the service object. If you need this kind of behavior, then you can set the ConcurrencyMode to ConcurrencyMode.Multiple and lock state yourself.


--Justin Smith
http://blogs.msdn.com/justinjsmith


   Thanks for your clarification Justin, you know the documentation should be more speficic to it.

Sheva