PartialMonitoringObject.StopMaintenanceMode Method (DateTime)

Updated: April 16, 2012

Stops maintenance mode for this object. Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As PartialMonitoringObject Dim endTime As DateTime instance.StopMaintenanceMode(endTime)Public Sub StopMaintenanceMode ( _ endTime As DateTime _ )public void StopMaintenanceMode ( DateTime endTime )public: void StopMaintenanceMode ( DateTime endTime )public void StopMaintenanceMode ( DateTime endTime )public function StopMaintenanceMode ( endTime : DateTime )ParametersendTimeThe time, in DateTime format, to stop maintenance mode

When a monitoring object is in maintenance mode, the following features are temporarily suspended.

  • Rules and monitors

  • Notifications

  • Diagnostics and recoveries

  • State changes

  • New alerts

When maintenance mode stops by the StopMaintenanceMode method, the MaintenanceModeLastModified property is reset


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms