Share via


Initializing a Connector

After registering the connector with the MOM Connector Framework (MCF), you must initialize the connector. Initialization is performed by calling the FrameworkBase.Initialize method. The Initialize method specifies what types of alert changes should be sent to the connector.

When the connector is in an initialized state, you must call the FrameworkBase.Uninitialize method before you can call the Initialize method again. An exception is thrown when you try to initialize a connector that is already initialized.

When the connector is registered and initialized, it can receive alert data from the MCF. For more information about querying the MCF for alerts, see Getting Alert Data from the MCF.

See Also

Registering a Connector with the MCF