Click or drag to resize

ISubscription Interface

A subscription describes the recipient of events (a class or a method on a class).

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

The ISubscription type exposes the following members.

Properties
  NameDescription
Public propertyClassID
property ClassID
Public propertyMethodName
property MethodName
Public propertySubscriberInterface
property SubscriberInterface
Public propertySubscriptionID
property SubscriptionID
Top
See Also