IPublisher Interface |
Namespace: SuperOffice.COM.EventServer
The IPublisher 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. |
![]() | HandleInvoke | internal method - used to dispatch events to subscribers. |
![]() | HandleInvokeWithReturn | internal method - used to dispatch events to subscribers with return value. |
![]() | QuerySubscriptions | Get a list of subscribers to a particular event. |
![]() | RemoveSubscription | Stop receiving a given stream of events. |