IAdministrationService.EnableMaintenanceSchedule(IList<Guid>) Method

Definition

Enables a list of maintenance schedules.

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

Parameters

scheduleIdList
IList<Guid>

The list of ids of maintenance schedules.

Applies to