IAdministrationService.StopMaintenanceMode(Guid, DateTime, Boolean) Method

Definition

Stops maintenance mode for a monitoring object.

public:
 void StopMaintenanceMode(Guid managedEntityId, DateTime endTime, bool recursive);
public void StopMaintenanceMode (Guid managedEntityId, DateTime endTime, bool recursive);
abstract member StopMaintenanceMode : Guid * DateTime * bool -> unit
Public Sub StopMaintenanceMode (managedEntityId As Guid, endTime As DateTime, recursive As Boolean)

Parameters

managedEntityId
Guid

The id of the managed entity.

endTime
DateTime

The end time.

recursive
Boolean

Whether to apply this recursively

Applies to