PartialMonitoringObject::GetMaintenanceWindowHistory Method ()
System Center
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.Namespace:
Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Return to top
Gets maintenance mode information history.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: [ObsoleteAttribute("This method will be removed in favor of the same method that returns an ILiIst instance of a ReadOnlyCollection")] ReadOnlyCollection<MaintenanceWindow^>^ GetMaintenanceWindowHistory()
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<MaintenanceWindow^>^Returns ReadOnlyCollection<T> of MaintenanceWindowobjects. .
Show: