FrameworkBase.AckData Method
Used by a connector to acknowledge data that was received.
public abstract void AckData(
Guid registrationId,
Guid[] ackIds
);
Parameters
- registrationId
The connector's registration ID. The registration ID is obtained from the initial call to the FrameworkBase.Setup method. - ackIds
An array of IDs for the items that are to be acknowledged.
Remarks
Calls to the FrameworkBase.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
FrameworkBase Class | FrameworkBase.GetData Method | FrameworkBase Members | Alert.AckId Field