ConnectorFrameworkProxy.AcknowledgeMonitoringAlertsForSpecificTiers(Guid, DateTime, String[], ConnectorTieredOperationFailure[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Acknowledges alerts up until the given bookmark.
public:
void AcknowledgeMonitoringAlertsForSpecificTiers(Guid connectorId, DateTime utcBookmarkTime, cli::array <System::String ^> ^ tieredManagementGroupNames, [Runtime::InteropServices::Out] cli::array <Microsoft::EnterpriseManagement::ConnectorFramework::ConnectorTieredOperationFailure ^> ^ % failures);
public void AcknowledgeMonitoringAlertsForSpecificTiers (Guid connectorId, DateTime utcBookmarkTime, string[] tieredManagementGroupNames, out Microsoft.EnterpriseManagement.ConnectorFramework.ConnectorTieredOperationFailure[] failures);
member this.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.
Remarks
The monitoring connector must acknowledge that alerts have been received for the management groups. Failure to acknowledge an alert will result in subsequent calls to GetMonitoringAlerts returning alerts that have already been returned.
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.