ManagementGroup::GetGroomingStatusInfo Method ()

System Center
 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Retrieves a collection of the current grooming information.

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

public:
[ObsoleteAttribute("Please use OperationalData.GetGroomingStatusInfo()")]
ReadOnlyCollection<GroomingStatusInfo^>^ GetGroomingStatusInfo()

Return Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<GroomingStatusInfo^>^

Returns a ReadOnlyCollection<T>object ofGroomingStatusInfoobjects that contain the current grooming information.

Grooming is database maintenance that includes the deletion of alert, performance, and event data.

Return to top
Show: