Click or drag to resize

IPublisherAddSubscription Method

Register the recipient of events from the SuperOffice application. You must specify which set of events you are interested in receiving.

Namespace:  SuperOffice.COM.EventServer
Assembly:  SOEventServer.Interop (in SOEventServer.Interop.dll) Version: 8.0.0.0
Syntax
int AddSubscription(
	Object EventClass,
	Object SubscriberInterface,
	[OptionalAttribute] Object MethodName
)

Parameters

EventClass
Type: SystemObject
SubscriberInterface
Type: SystemObject
MethodName (Optional)
Type: SystemObject

Return Value

Type: Int32
See Also