IAdministrationService.StopMaintenanceSchedule(IList<Guid>) Method

Definition

Stop a running maintenance schedule.

public:
 void StopMaintenanceSchedule(System::Collections::Generic::IList<Guid> ^ scheduleId);
public void StopMaintenanceSchedule (System.Collections.Generic.IList<Guid> scheduleId);
abstract member StopMaintenanceSchedule : System.Collections.Generic.IList<Guid> -> unit
Public Sub StopMaintenanceSchedule (scheduleId As IList(Of Guid))

Parameters

scheduleId
IList<Guid>

The schedule id of the maintenance schedule.

Applies to