FrameworkBase.AckData Method
Used by a connector to acknowledge data that was received.
public abstract void FrameworkBase.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.
Exceptions
Exception Type | Condition |
---|---|
System.ArgumentNullException | This exception is caused by passing one or more null argument values. |
System.InvalidOperationException | A registrationId value that is unrecognized or not valid will cause this exception. |
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 2000 SP1 or later
Namespace: Microsoft.EnterpriseManagement.Mom.Connector
Assembly: MomConnectorFramework (in MomConnectorFramework.dll)
See Also
FrameworkBase Class | FrameworkBase.GetData Method | FrameworkBase Members | Alert.AckId Field