IEventSubscription3 interface

Stores and retrieves information about event subscriptions. This interface extends the IEventSubscription2 interface.

When to implement

You do not need to implement the IEventSubscription3 interface. A system-supplied event object class (CLSID_CEventSubscription) implements IEventSubscription3.

When to use

The COM+ Events system uses this interface to obtain information about individual subscriptions.

Members

The IEventSubscription3 interface inherits from IEventSubscription2. IEventSubscription3 also has these types of members:

Properties

The IEventSubscription3 interface has these properties.

Property Access type Description
EventClassApplicationID
Read/write
The application GUID of the event class object.
EventClassPartitionID
Read/write
The partition GUID of the event class object.
SubscriberApplicationID
Read/write
The application GUID of the subscriber.
SubscriberPartitionID
Read/write
The partition GUID of the subscriber.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]

See also

IEventSubscription2