Share via


FrameworkWebServiceProxy.Initialize Method

Prepares the Web service to collect and pass data to your connector.

 public override void Initialize(
    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.
  • dataChangeFlags
    Specifies the type of data you want your connector to receive.

Return Value

Remarks

To reinitialize the connector, call the Uninitialize method, and then call the Initialize method again. The same registrationId value can be reused.

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.Setup Method | FrameworkWebServiceProxy.Uninitialize Method | FrameworkWebServiceProxy.Cleanup Method