Share via


IWMSEventNotificationPlugin Object (C#)

You can use the IWMSEventNotificationPlugin object to create a custom event notification plug-in.

Note

   This object is available only on Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; and Windows Server 2008.

The IWMSEventNotificationPlugin object exposes the following methods.

Method

Description

GetHandledEvents

Retrieves an array containing the events that can be handled by the plug-in.

OnEvent

Signals that an event subscribed to by the plug-in has occurred.

See Also

Concepts

Custom Plug-in Objects (C#)