Share via


IMSAdminBaseSink

The IMSAdminBaseSink interface allows your application to receive event notifications when the metabase shuts down or when a key or its associated data changes. For example code, see Registering for Event Notifications in ABO. The required header files, iadmw.h and iiscnfg.h, are installed with Visual Studio and the IIS Software Developer Kit.

In This Section

Use the following methods of the IMSAdminBaseSink interface to enable your application to receive event notifications when the metabase shuts down or when a key or its associated data changes. For example code, see Registering for Event Notifications in ABO.

Method

Description

IMSAdminBaseSink::SinkNotify

When implemented in your application, this sink method is called when a metabase key or its associated data is changed.

IMSAdminBaseSink::ShutdownNotify

When implemented in your application, this sink method is called when IISADMIN stops. The metabase will be open during this call, however, so it is possible that handles that prevent you from reading from or writing to portions of the metabase will be open.

See Also

Concepts

IMSAdminBase Structures