Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following table identifies the interfaces used to create a logging plug-in. Because a logging plug-in is an event notification plug-in, you must implement the IWMSEventNotificationPlugin interface.
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)
IWMSBasicPluginIWMSBasicPlugin Object (Visual Basic .NET)
IWMSEventNotificationPluginIWMSEventNotificationPlugin Object (Visual Basic .NET)
See Also (C#)
IWMSBasicPluginIWMSBasicPlugin Object (C#)
IWMSEventNotificationPluginIWMSEventNotificationPlugin Object (C#)
See Also (C++)
IWMSBasicPluginIWMSBasicPlugin Interface
IWMSEventNotificationPluginIWMSEventNotificationPlugin Interface