Click or drag to resize

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.
Classes
Interfaces
  InterfaceDescription
Public interfaceIMapCollection
A read-only collection indexed by ids. Supports enumeration. Add/remove methods may be added by sub-classes.
Public interfaceIPublisher
The publisher represents the SuperOffice application. Use the object to start subscriptions to different events from the SuperOffice application.
Public interfaceISubscription
A subscription describes the recipient of events (a class or a method on a class).
Public interfaceISubscriptions
Collection of subscriptions (event recipients)
Public interfacePublisher
The Publisher Class represents the SuperOffice application. Use the object to start subscriptions to different events from the SuperOffice application.
Public interfaceSubscription
Subscription Class
Public interfaceSubscriptions
Subscriptions collection Class