Click or drag to resize

IPublisher Interface

The publisher 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 IPublisher

The IPublisher 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.
Public methodHandleInvoke
internal method - used to dispatch events to subscribers.
Public methodHandleInvokeWithReturn
internal method - used to dispatch events to subscribers with return value.
Public methodQuerySubscriptions
Get a list of subscribers to a particular event.
Public methodRemoveSubscription
Stop receiving a given stream of events.
Top
See Also