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

ResumeScheduleAsync() public method

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

Same methods

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