ReportingServicesBatchUpload.ReportingServices2005WebService.ReportingService2005.PauseScheduleAsync C# (CSharp) Method

PauseScheduleAsync() public method

public PauseScheduleAsync ( string ScheduleID ) : void
ScheduleID string
return void
        public void PauseScheduleAsync(string ScheduleID) {
            this.PauseScheduleAsync(ScheduleID, null);
        }
        

Same methods

ReportingService2005::PauseScheduleAsync ( string ScheduleID, object userState ) : void
ReportingService2005