IConnectorFramework.AcknowledgeMonitoringAlertsForSpecificTiers(Guid, DateTime, String[], ConnectorTieredOperationFailure[]) Method

Definition

Acknowledges alerts up until the given bookmark, per specific tier. A (null) string specifies the local management group.

public:
 void AcknowledgeMonitoringAlertsForSpecificTiers(Guid connectorId, DateTime utcBookmarkTime, cli::array <System::String ^> ^ tieredManagementGroupNames, [Runtime::InteropServices::Out] cli::array <Microsoft::EnterpriseManagement::ConnectorFramework::ConnectorTieredOperationFailure ^> ^ % failures);
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.ConnectorInvalidException))]
[System.ServiceModel.FaultContract(typeof(System.TimeoutException))]
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.ServerDisconnectedException))]
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.ServiceNotRunningException))]
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.UnknownServiceException))]
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.UnknownChannelException))]
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.UnauthorizedAccessEnterpriseManagementException))]
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.UnknownAuthorizationStoreException))]
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.UnknownDatabaseException))]
[System.ServiceModel.FaultContract(typeof(Microsoft.EnterpriseManagement.Common.InvalidDatabaseDataException))]
[System.ServiceModel.OperationContract]
public void AcknowledgeMonitoringAlertsForSpecificTiers (Guid connectorId, DateTime utcBookmarkTime, string[] tieredManagementGroupNames, out Microsoft.EnterpriseManagement.ConnectorFramework.ConnectorTieredOperationFailure[] failures);
abstract member AcknowledgeMonitoringAlertsForSpecificTiers : Guid * DateTime * string[] * ConnectorTieredOperationFailure[] -> unit
Public Sub AcknowledgeMonitoringAlertsForSpecificTiers (connectorId As Guid, utcBookmarkTime As DateTime, tieredManagementGroupNames As String(), 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.

tieredManagementGroupNames
String[]

The TieredManagementGroupName of the ManagementGroups to acknowledge alerts for.

failures
ConnectorTieredOperationFailure[]

Any failures that occurred for various tiers.

Attributes

Remarks

The monitoring connector must acknowledge that alerts have been received for the specified Management Groups. Failure to acknowledge an alert will result in subsequent calls to GetMonitoringAlertsForTiers returning previously returned alerts until its successful transmission is acknowledged by the monitoring connector.

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

Applies to