ManagementGroup::GetMonitoringAlertsCount Method ()

System Center
 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Retrieves the number of all theMonitoringAlertobjects.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

public:
[ObsoleteAttribute("Please use OperationalData.GetMonitoringAlertsCount(MonitoringAlertCriteria.Empty)")]
int GetMonitoringAlertsCount()

Return Value

Type: System::Int32

Returns aInt32 that represents all theMonitoringAlertobjects.

Return to top
Show: