ManagementGroup.GetGroomingStatusInfo 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.
Caution
Please use OperationalData.GetGroomingStatusInfo()
Retrieves the current grooming info. Also see ManagementGroup.OnGroomingNotification.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::GroomingStatusInfo ^> ^ GetGroomingStatusInfo();
[System.Obsolete("Please use OperationalData.GetGroomingStatusInfo()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.GroomingStatusInfo> GetGroomingStatusInfo ();
member this.GetGroomingStatusInfo : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.GroomingStatusInfo>
Public Function GetGroomingStatusInfo () As ReadOnlyCollection(Of GroomingStatusInfo)
Returns
The current collection of grooming info objects.
- Attributes
Remarks
Grooming is database maintenance that includes the deletion of alert, performance, and event data.