-
help me out in COM+
I designed a component and deployed in component services (MS-DTC). I want all the instances of a component to here the events of one another. How is it possible? Please help me to solve this problem out. Any suggested reading is also encourages...or any web site etc.
-
there is a COM+ service called LCE (Loosely Coupled Event) that permit to raise events at clients (COM object running in COM+) that are not couple to the server tightly (i.e. don't hold reference to the server).
the clients act as subscribers to the specified event, and the server act as a publisher.
for more info:
http://msdn.microsoft.com/library/de...asp?frame=true
http://msdn.microsoft.com/library/de...asp?frame=true