ReportingService2006.PauseSchedule(String) Method

Definition

Pauses the execution of a given schedule.

public:
 void PauseSchedule(System::String ^ ScheduleID);
public void PauseSchedule (string ScheduleID);
member this.PauseSchedule : string -> unit
Public Sub PauseSchedule (ScheduleID As String)

Parameters

ScheduleID
String

The ID of the schedule.

Remarks

The table below shows header and permissions information on this operation.

SOAP Headers (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
Required Permissions <xref:Microsoft.SharePoint.SPBasePermissions.ManageWeb>

Paused shared schedules cannot run until they are resumed. To resume a schedule, use the ResumeSchedule method.

Applies to