Share via


Event Notification Plug-in Interfaces

banner art

Previous Next

Event Notification Plug-in Interfaces

The following table identifies the interfaces used to create an event notification plug-in.

Interface Description
IWMSBasicPlugin Contains methods to initialize, enable, and shut down a plug-in. It is recommended that all custom plug-ins implement this interface.
IWMSEventNotificationPlugin Contains a method that you can override to handle an event raised by the server and a method to specify an array of the events that can be handled by the plug-in. This interface is implemented by an event notification plug-in and called by the server.

See Also (General)

See Also (Visual Basic .NET)

See Also (C#)

See Also (C++)

Previous Next