Share via


FrameworkWebServiceProxy.AckData Method

Used by a connector to acknowledge data that was received.

 public override void AckData(
    Guid registrationId,
    Guid[] ackIds
);

Parameters

  • registrationId
    The connector's registration ID. The registration ID is obtained from the initial call to the FrameworkWebServiceProxy.Setup method.
  • ackIds
    An array of IDs for the items that are to be acknowledged.

Return Value

Remarks

Calls to the FrameworkWebServiceProxy.GetData Web service method will return alert data until its successful transmission is acknowledged by the connector.

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.GetData Method | FrameworkWebServiceProxy Members | Alert.AckId Field