ConnectorFrameworkProxy.AcknowledgeMonitoringAlertsForTiers(Guid, DateTime, ConnectorTieredOperationFailure[]) Method

Definition

Acknowledges alerts up until the given bookmark.

public:
 void AcknowledgeMonitoringAlertsForTiers(Guid connectorId, DateTime utcBookmarkTime, [Runtime::InteropServices::Out] cli::array <Microsoft::EnterpriseManagement::ConnectorFramework::ConnectorTieredOperationFailure ^> ^ % failures);
public void AcknowledgeMonitoringAlertsForTiers (Guid connectorId, DateTime utcBookmarkTime, out Microsoft.EnterpriseManagement.ConnectorFramework.ConnectorTieredOperationFailure[] failures);
member this.AcknowledgeMonitoringAlertsForTiers : Guid * DateTime * ConnectorTieredOperationFailure[] -> unit
Public Sub AcknowledgeMonitoringAlertsForTiers (connectorId As Guid, utcBookmarkTime As DateTime, ByRef failures As ConnectorTieredOperationFailure())

Parameters

connectorId
Guid

The connector id.

utcBookmarkTime
DateTime

The bookmark. All alerts with a timestamp prior to this will be acknowledged.

failures
ConnectorTieredOperationFailure[]

Any failures that occurred for various tiers.

Remarks

The monitoring connector must acknowledge that alerts have been received. Failure to acknowledge an alert will result in subsequent calls to GetMonitoringAlerts returning alerts that have already been returned.

After acknowledging alerts, you get alerts that are updated after the bookmark time that you acknowledged with.

Use server time rather than the current client time for the bookmark time. Choose the maximum time of the alerts you are acknowledging. Use the maximum value of the LastModified property to ensure no data loss.

Applies to