Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I have a WCF service which is using a COM component. The clients of WCF service are making calls to set the properties in the COM object and then calling other methods on the object to retrieve results. I want to keep the data in the COM object safe from other clients. Client should only read the values that they have set. Can someone please advise whether this can be achieved in WCF? I tried playing around with InstanceMode and ConcurrencyMode but that doesn't help.
Posted
Comments
Sergey Alexandrovich Kryukov 7-Sep-13 22:18pm    
Why on Earth would you need to use such obsolete thing as COM component is such a relatively new thing as a WCF service?
—SA
chaitanya_r02 9-Sep-13 3:55am    
COM component is a Third Party DLL and they do not have any other solution.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900