IOperationalDataManagement.GetMonitoringAlert Method

Updated: April 16, 2012

Retrieves a monitoring alert. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As IOperationalDataManagement Dim id As Guid Dim returnValue As MonitoringAlert returnValue = instance.GetMonitoringAlert(id)Function GetMonitoringAlert ( _ id As Guid _ ) As MonitoringAlertMonitoringAlert GetMonitoringAlert ( Guid id )MonitoringAlert^ GetMonitoringAlert ( Guid id )MonitoringAlert GetMonitoringAlert ( Guid id )function GetMonitoringAlert ( id : Guid ) : MonitoringAlertParametersidThe GUID of the alert to retrieve.Return ValueReturns a MonitoringAlert object.
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