IOperationalDataManagement.UpdateMonitoringAlerts Method (IList, String, MonitoringConnector)

Updated: April 16, 2012

Updates a specified collection of monitoring alerts for a specified connector and explains the update. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As IOperationalDataManagement Dim alerts As IList(Of T) Dim comments As String Dim connector As MonitoringConnector Dim returnValue As IList(Of MonitoringAlertUpdateFailure) returnValue = instance.UpdateMonitoringAlerts(alerts, comments, connector)Function UpdateMonitoringAlerts(Of T As MonitoringAlert) ( _ alerts As IList(Of T), _ comments As String, _ connector As MonitoringConnector _ ) As IList(Of MonitoringAlertUpdateFailure)IList<MonitoringAlertUpdateFailure> UpdateMonitoringAlerts<T> ( IList<T> alerts, string comments, MonitoringConnector connector ) where T : MonitoringAlertgeneric<typename T> where T : MonitoringAlert IList<MonitoringAlertUpdateFailure^>^ UpdateMonitoringAlerts ( IList<T>^ alerts, String^ comments, MonitoringConnector^ connector )GenericParametersTMust be of type PartialMonitoringObject.ParametersalertsThe collection of alerts to update.commentsThe comments that explain the reason for the update.connectorThe connector for which to update the alerts.Return ValueReturns a IList.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms