Results 1 to 2 of 2

Thread: help me out in COM+

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2001
    Posts
    77

    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.

  2. #2
    Lively Member
    Join Date
    Aug 2002
    Posts
    126
    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
  •  



Click Here to Expand Forum to Full Width