Publisher Interface |
Namespace: SuperOffice.COM.EventServer
The Publisher type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddSubscription | Register the recipient of events from the SuperOffice application. You must specify which set of events you are interested in receiving. (Inherited from IPublisher.) |
![]() | HandleInvoke | internal method - used to dispatch events to subscribers. (Inherited from IPublisher.) |
![]() | HandleInvokeWithReturn | internal method - used to dispatch events to subscribers with return value. (Inherited from IPublisher.) |
![]() | QuerySubscriptions | Get a list of subscribers to a particular event. (Inherited from IPublisher.) |
![]() | RemoveSubscription | Stop receiving a given stream of events. (Inherited from IPublisher.) |