|
-
Mar 9th, 2003, 07:18 AM
#1
Thread Starter
Lively Member
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.
-
Mar 10th, 2003, 01:29 AM
#2
Lively Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|