PartialMonitoringObject.GetMaintenanceWindowHistory Method

Definition

Caution

This method will be removed in favor of the same method that returns an ILiIst instance of a ReadOnlyCollection

Gets the maintenance mode info history.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::MaintenanceWindow ^> ^ GetMaintenanceWindowHistory();
[System.Obsolete("This method will be removed in favor of the same method that returns an ILiIst instance of a ReadOnlyCollection")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MaintenanceWindow> GetMaintenanceWindowHistory ();
member this.GetMaintenanceWindowHistory : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MaintenanceWindow>
Public Function GetMaintenanceWindowHistory () As ReadOnlyCollection(Of MaintenanceWindow)

Returns

Returns ReadOnlyCollection<T> of MaintenanceWindowobjects. .

Attributes

Applies to