Share via


FrameworkWebServiceProxy.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 override void Uninitialize(
    Guid registrationId,
    DataChanges dataChangeFlags
);

Parameters

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

Return Value

Remarks

Calling the Uninitialize method also acknowledges any unacknowledged data.

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2005 or later

Namespace: Microsoft.EnterpriseManagement.Mom.Connector.V2

Assembly: MomConnectorFrameworkV2 (in MomConnectorFrameworkV2.dll)

See Also

FrameworkWebServiceProxy Class | FrameworkWebServiceProxy Members | FrameworkWebServiceProxy.Initialize Method