ReportingService2005.ResumeSchedule(String) Method

Definition

Resumes a shared schedule that has been paused.

public:
 void ResumeSchedule(System::String ^ ScheduleID);
public void ResumeSchedule (string ScheduleID);
member this.ResumeSchedule : string -> unit
Public Sub ResumeSchedule (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) BatchHeaderValue

(Out) ServerInfoHeaderValue
Required Permissions UpdateSchedules (System)

The ResumeSchedule method can be included in a batch operation.

No error is returned if ResumeSchedule is called on a schedule that is not paused.

Applies to