Share via


FrameworkBase.Uninitialize Method

Clears most settings specified by the connector in preparation for either reinitializing with the Web service using a new set of configuration settings or disconnecting completely.

 public abstract void FrameworkBase.Uninitialize(
  Guid registrationId
);

Parameters

  • registrationId
    The connector's registration ID. The registration ID is obtained from the initial call to the FrameworkBase.Setup method.

Exceptions

Exception Type Condition
InvalidOperationException The registrationId value is valid.

Remarks

Calling the Uninitialize method also acknowledges any unacknowledged data.

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2000 SP1 or later

Namespace: Microsoft.EnterpriseManagement.Mom.Connector

Assembly: MomConnectorFramework (in MomConnectorFramework.dll)

See Also

FrameworkBase Class | FrameworkBase Members | FrameworkBase.Initialize Method