SuperOffice.COM.EventServer Namespace |
SOEventServer is used to connect external programs with events happening in SOCRM.EXE
The external program (which you have implemented) must instantiate a Publisher object and add a subscription for itself in order to receive events.Whenever events occur in SOCRM.EXE that match the given subscription, the subscriber object is called.Class | Description | |
---|---|---|
![]() | SubscriptionClass | |
![]() | SubscriptionsClass |
Interface | Description | |
---|---|---|
![]() | IMapCollection | A read-only collection indexed by ids. Supports enumeration. Add/remove methods may be added by sub-classes. |
![]() | IPublisher | The publisher represents the SuperOffice application. Use the object to start subscriptions to different events from the SuperOffice application. |
![]() | ISubscription | A subscription describes the recipient of events (a class or a method on a class). |
![]() | ISubscriptions | Collection of subscriptions (event recipients) |
![]() | Publisher | The Publisher Class represents the SuperOffice application. Use the object to start subscriptions to different events from the SuperOffice application. |
![]() | Subscription | Subscription Class |
![]() | Subscriptions | Subscriptions collection Class |