Click or drag to resize

Publisher Interface

The Publisher Class represents the SuperOffice application. Use the object to start subscriptions to different events from the SuperOffice application.

Namespace:  SuperOffice.COM.EventServer
Assembly:  SOEventServer.Interop (in SOEventServer.Interop.dll) Version: 8.0.0.0
Syntax
public interface Publisher : IPublisher

The Publisher type exposes the following members.

Methods
  NameDescription
Public methodAddSubscription
Register the recipient of events from the SuperOffice application. You must specify which set of events you are interested in receiving.
(Inherited from IPublisher.)
Public methodHandleInvoke
internal method - used to dispatch events to subscribers.
(Inherited from IPublisher.)
Public methodHandleInvokeWithReturn
internal method - used to dispatch events to subscribers with return value.
(Inherited from IPublisher.)
Public methodQuerySubscriptions
Get a list of subscribers to a particular event.
(Inherited from IPublisher.)
Public methodRemoveSubscription
Stop receiving a given stream of events.
(Inherited from IPublisher.)
Top
See Also